summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-05-28 11:25:23 -0400
committerRich Felker <dalias@aerifal.cx>2012-05-28 11:25:23 -0400
commit17409cfa46726ad40781ba41d719640db61e5346 (patch)
tree4548b692b590e4fcff81da94903e74cabf9ce23a
parentbab9382cf98b1592153ffb9c54791a3f719ac750 (diff)
downloadnoxcuse-17409cfa46726ad40781ba41d719640db61e5346.tar.gz
fix comment in grep (wrong utility name)HEADmaster
-rw-r--r--src/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grep.c b/src/grep.c
index bf1b70f..40cc078 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -1,6 +1,6 @@
/*
* grep.c
- * Implementation of POSIX 2008 ls utility
+ * Implementation of POSIX 2008 grep utility
* Copyright © 2012 Rich Felker
* Licensed under the terms of the GNU General Public License, v2 or later
*/