summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*/