From b9177715730b160dc7ed33a4a771c3c8eb10d21a Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 2 Nov 2020 01:29:50 +0000 Subject: [PATCH] MFC r367134: Remove superfluous `this` in comment PR: 250721 Submitted by: Hiroya EBINE --- bin/echo/echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/echo/echo.c b/bin/echo/echo.c index a96542c8aee..b663003bdcc 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -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. */ -- 2.45.0