aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-10-29 14:42:02 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-10-29 14:42:02 +0000
commit62dc3e7c6dd58de7381ade31493930288554575c (patch)
tree1f4bd7e55bd1a2ff86a5cbb2f0b3770af6e798b7
parent1a8577fa68d68b14f6ccddd43d01436eb323151b (diff)
downloadsrc-62dc3e7c6dd58de7381ade31493930288554575c.tar.gz
src-62dc3e7c6dd58de7381ade31493930288554575c.zip
Remove superfluous `this` in comment
PR: 250721 Submitted by: Hiroya EBINE <hebiyan@protonmail.com> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=367134
-rw-r--r--bin/echo/echo.c2
1 files changed, 1 insertions, 1 deletions
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.
*/