From b80bdec29037155df3cda15949b812b9299fdab6 Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 23 May 2001 20:32:09 +0000 Subject: Patch from larry to fix some grammar errors. git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/parse_mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') diff --git a/libbb/parse_mode.c b/libbb/parse_mode.c index a68b7d3aa..30d2f21cf 100644 --- a/libbb/parse_mode.c +++ b/libbb/parse_mode.c @@ -31,7 +31,7 @@ /* This function parses the sort of string you might pass - * to chmod (i.e. [ugoa]{+|-|=}[rwxst] ) and returns the + * to chmod (i.e., [ugoa]{+|-|=}[rwxst] ) and returns the * correct mode described by the string. */ extern int parse_mode(const char *s, mode_t * theMode) { -- cgit v1.2.3-55-g6feb