summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlwhsu <lwhsu@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-10-29 14:42:02 +0000
committerlwhsu <lwhsu@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-10-29 14:42:02 +0000
commit398265a9155ee7c0391f8349d7b7daa6f01bf9e1 (patch)
tree1f4bd7e55bd1a2ff86a5cbb2f0b3770af6e798b7
parentb70a62672cca06c07ae60e390dca3234673c3caf (diff)
downloadfreebsd-398265a9155ee7c0391f8349d7b7daa6f01bf9e1.tar.gz
freebsd-398265a9155ee7c0391f8349d7b7daa6f01bf9e1.tar.bz2
Remove superfluous `this` in comment
PR: 250721 Submitted by: Hiroya EBINE <hebiyan@protonmail.com> MFC after: 3 days git-svn-id: http://svn.freebsd.org/base/head@367134 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
-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 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.
*/