Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-24 00:32:09 +0400
committerEric Andersen <andersen@codepoet.org>2001-05-24 00:32:09 +0400
commit77d9268892b0d9624ab95bb551cbfe7a745d2666 (patch)
tree68208146cb391cdc03aaaa89c63f4cdecf70255a /libbb/parse_mode.c
parentbdd4eced8475919c9768c5aa1396e674397c63fd (diff)
Patch from larry to fix some grammar errors.
Diffstat (limited to 'libbb/parse_mode.c')
-rw-r--r--libbb/parse_mode.c2
1 files changed, 1 insertions, 1 deletions
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)
{