Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2020 01:29:50 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r367263 - stable/12/bin/echo
Message-ID:  <202011020129.0A21TolK056558@repo.freebsd.org>

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



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