diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-23 20:32:09 +0000 |
commit | 77d9268892b0d9624ab95bb551cbfe7a745d2666 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /debian/Config.h-static | |
parent | bdd4eced8475919c9768c5aa1396e674397c63fd (diff) | |
download | busybox-w32-77d9268892b0d9624ab95bb551cbfe7a745d2666.tar.gz busybox-w32-77d9268892b0d9624ab95bb551cbfe7a745d2666.tar.bz2 busybox-w32-77d9268892b0d9624ab95bb551cbfe7a745d2666.zip |
Patch from larry to fix some grammar errors.
Diffstat (limited to 'debian/Config.h-static')
-rw-r--r-- | debian/Config.h-static | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/Config.h-static b/debian/Config.h-static index 9a40b6619..4fcd0407c 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static | |||
@@ -3,7 +3,7 @@ | |||
3 | // When you turn things off here, they won't be compiled in at all. | 3 | // When you turn things off here, they won't be compiled in at all. |
4 | // | 4 | // |
5 | //// This file is parsed by sed. You MUST use single line comments. | 5 | //// This file is parsed by sed. You MUST use single line comments. |
6 | // i.e. //#define BB_BLAH | 6 | // i.e., //#define BB_BLAH |
7 | // | 7 | // |
8 | // | 8 | // |
9 | // BusyBox Applications | 9 | // BusyBox Applications |
@@ -222,7 +222,7 @@ | |||
222 | #define BB_FEATURE_NFSMOUNT | 222 | #define BB_FEATURE_NFSMOUNT |
223 | // | 223 | // |
224 | // Enable support forced filesystem unmounting | 224 | // Enable support forced filesystem unmounting |
225 | // (i.e. in case of an unreachable NFS system). | 225 | // (i.e., in case of an unreachable NFS system). |
226 | #define BB_FEATURE_MOUNT_FORCE | 226 | #define BB_FEATURE_MOUNT_FORCE |
227 | // | 227 | // |
228 | // use -i (interactive) flag for rm | 228 | // use -i (interactive) flag for rm |