Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2020 01:30:18 +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-11@freebsd.org
Subject:   svn commit: r367264 - stable/11/bin/echo
Message-ID:  <202011020130.0A21UIoO056671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Mon Nov  2 01:30:17 2020
New Revision: 367264
URL: https://svnweb.freebsd.org/changeset/base/367264

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

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

Modified: stable/11/bin/echo/echo.c
==============================================================================
--- stable/11/bin/echo/echo.c	Mon Nov  2 01:29:50 2020	(r367263)
+++ stable/11/bin/echo/echo.c	Mon Nov  2 01:30:17 2020	(r367264)
@@ -102,7 +102,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?202011020130.0A21UIoO056671>