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 <[email protected]>
  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.
                 */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to