Author: lwhsu
Date: Mon Nov  2 01:29:50 2020
New Revision: 367263
URL: https://svnweb.freebsd.org/changeset/base/367263

Log:
  MFC r367134:
  
  Remove superfluous `this` in comment
  
  PR:           250721
  Submitted by: Hiroya EBINE <hebi...@protonmail.com>

Modified:
  stable/12/bin/echo/echo.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/bin/echo/echo.c
==============================================================================
--- stable/12/bin/echo/echo.c   Mon Nov  2 01:05:41 2020        (r367262)
+++ stable/12/bin/echo/echo.c   Mon Nov  2 01:29:50 2020        (r367263)
@@ -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.
                 */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to