diff options
author | Eric Andersen | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | Eric Andersen | 2001-05-23 20:32:09 +0000 |
commit | 77d9268892b0d9624ab95bb551cbfe7a745d2666 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /Config.h.Hurd | |
parent | bdd4eced8475919c9768c5aa1396e674397c63fd (diff) | |
download | busybox-77d9268892b0d9624ab95bb551cbfe7a745d2666.zip busybox-77d9268892b0d9624ab95bb551cbfe7a745d2666.tar.gz |
Patch from larry to fix some grammar errors.
Diffstat (limited to 'Config.h.Hurd')
-rw-r--r-- | Config.h.Hurd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.h.Hurd b/Config.h.Hurd index 87be05f..837c807 100644 --- a/Config.h.Hurd +++ b/Config.h.Hurd @@ -7,7 +7,7 @@ // When you turn things off here, they won't be compiled in at all. // //// This file is parsed by sed. You MUST use single line comments. -// i.e. //#define BB_BLAH +// i.e., //#define BB_BLAH // // // BusyBox Applications @@ -208,7 +208,7 @@ //#define BB_FEATURE_NFSMOUNT // // Enable support forced filesystem unmounting -// (i.e. in case of an unreachable NFS system). +// (i.e., in case of an unreachable NFS system). #define BB_FEATURE_MOUNT_FORCE // // Enable support for creation of tar files. |