From 082931978235769fb31a3558b4db5bb6aab02641 Mon Sep 17 00:00:00 2001 From: lwhsu Date: Thu, 29 Oct 2020 14:42:02 +0000 Subject: [PATCH] Remove superfluous `this` in comment PR: 250721 Submitted by: Hiroya EBINE MFC after: 3 days --- 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