From 62dc3e7c6dd58de7381ade31493930288554575c Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu 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 a96542c8aee2..b663003bdcca 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. */