From 17409cfa46726ad40781ba41d719640db61e5346 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 28 May 2012 11:25:23 -0400 Subject: fix comment in grep (wrong utility name) --- src/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.1