svn commit: r367264 - stable/11/bin/echo
Li-Wen Hsu
lwhsu at FreeBSD.org
Mon Nov 2 01:30:18 UTC 2020
Author: lwhsu
Date: Mon Nov 2 01:30:17 2020
New Revision: 367264
URL: https://svnweb.freebsd.org/changeset/base/367264
Log:
MFC r367134:
Remove superfluous `this` in comment
PR: 250721
Submitted by: Hiroya EBINE <hebiyan at protonmail.com>
Modified:
stable/11/bin/echo/echo.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/bin/echo/echo.c
==============================================================================
--- stable/11/bin/echo/echo.c Mon Nov 2 01:29:50 2020 (r367263)
+++ stable/11/bin/echo/echo.c Mon Nov 2 01:30:17 2020 (r367264)
@@ -102,7 +102,7 @@ main(int argc, char *argv[])
len = strlen(argv[0]);
/*
- * If the next argument is NULL then this is this
+ * If the next argument is NULL then this is
* the last argument, therefore we need to check
* for a trailing \c.
*/
More information about the svn-src-stable
mailing list