svn commit: r367134 - head/bin/echo
Li-Wen Hsu
lwhsu at FreeBSD.org
Thu Oct 29 14:42:03 UTC 2020
Author: lwhsu
Date: Thu Oct 29 14:42:02 2020
New Revision: 367134
URL: https://svnweb.freebsd.org/changeset/base/367134
Log:
Remove superfluous `this` in comment
PR: 250721
Submitted by: Hiroya EBINE <hebiyan at protonmail.com>
MFC after: 3 days
Modified:
head/bin/echo/echo.c
Modified: head/bin/echo/echo.c
==============================================================================
--- head/bin/echo/echo.c Thu Oct 29 14:28:27 2020 (r367133)
+++ head/bin/echo/echo.c Thu Oct 29 14:42:02 2020 (r367134)
@@ -104,7 +104,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-head
mailing list