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 /Config.h | |
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 'Config.h')
-rw-r--r-- | Config.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,8 +2,8 @@ | |||
2 | // This file defines the feature set to be compiled into busybox. | 2 | // This file defines the feature set to be compiled into busybox. |
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 |
@@ -229,7 +229,7 @@ | |||
229 | #define BB_FEATURE_NFSMOUNT | 229 | #define BB_FEATURE_NFSMOUNT |
230 | // | 230 | // |
231 | // Enable support forced filesystem unmounting | 231 | // Enable support forced filesystem unmounting |
232 | // (i.e. in case of an unreachable NFS system). | 232 | // (i.e., in case of an unreachable NFS system). |
233 | #define BB_FEATURE_MOUNT_FORCE | 233 | #define BB_FEATURE_MOUNT_FORCE |
234 | // | 234 | // |
235 | // Enable support for creation of tar files. | 235 | // Enable support for creation of tar files. |
@@ -296,7 +296,7 @@ | |||
296 | // | 296 | // |
297 | // Support for uClinux memory usage optimization, which will load the image | 297 | // Support for uClinux memory usage optimization, which will load the image |
298 | // directly into the kernel memory. This divides memory requrements by three. | 298 | // directly into the kernel memory. This divides memory requrements by three. |
299 | // If you are not running uClinux (i.e. your CPU has an MMU) leave this | 299 | // If you are not running uClinux (i.e., your CPU has an MMU) leave this |
300 | // disabled... | 300 | // disabled... |
301 | //#define BB_FEATURE_INSMOD_LOADINKMEM | 301 | //#define BB_FEATURE_INSMOD_LOADINKMEM |
302 | // | 302 | // |