Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 14:42:03 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367134 - head/bin/echo
Message-ID:  <202010291442.09TEg3hO098765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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.
 		 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010291442.09TEg3hO098765>