summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-11-02 01:30:17 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-11-02 01:30:17 +0000
commit434235f7477530a69d87321b5c444886cdb4862c (patch)
treeebf055afd83f3f764b5e3e4803e826c706151242
parentccda2b82b13461654f32c441266b6917e1897ddd (diff)
downloadsrc-test2-434235f7477530a69d87321b5c444886cdb4862c.tar.gz
src-test2-434235f7477530a69d87321b5c444886cdb4862c.zip
Notes
-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 e40a2a3071a0..aa87499ce46f 100644
--- a/bin/echo/echo.c
+++ b/bin/echo/echo.c
@@ -102,7 +102,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.
*/