diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
commit | b80bdec29037155df3cda15949b812b9299fdab6 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /init | |
parent | 85c4e72ec3a999d9ba8641b6f141c43621d9ea2b (diff) | |
download | busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.gz busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.bz2 busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.zip |
Patch from larry to fix some grammar errors.
git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/init.c b/init/init.c index c26314c8b..370ee7294 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -752,7 +752,7 @@ static void delete_initAction(initAction * action) | |||
752 | 752 | ||
753 | /* NOTE that if BB_FEATURE_USE_INITTAB is NOT defined, | 753 | /* NOTE that if BB_FEATURE_USE_INITTAB is NOT defined, |
754 | * then parse_inittab() simply adds in some default | 754 | * then parse_inittab() simply adds in some default |
755 | * actions(i.e runs INIT_SCRIPT and then starts a pair | 755 | * actions(i.e., runs INIT_SCRIPT and then starts a pair |
756 | * of "askfirst" shells). If BB_FEATURE_USE_INITTAB | 756 | * of "askfirst" shells). If BB_FEATURE_USE_INITTAB |
757 | * _is_ defined, but /etc/inittab is missing, this | 757 | * _is_ defined, but /etc/inittab is missing, this |
758 | * results in the same set of default behaviors. | 758 | * results in the same set of default behaviors. |
@@ -952,7 +952,7 @@ extern int init_main(int argc, char **argv) | |||
952 | 952 | ||
953 | /* NOTE that if BB_FEATURE_USE_INITTAB is NOT defined, | 953 | /* NOTE that if BB_FEATURE_USE_INITTAB is NOT defined, |
954 | * then parse_inittab() simply adds in some default | 954 | * then parse_inittab() simply adds in some default |
955 | * actions(i.e runs INIT_SCRIPT and then starts a pair | 955 | * actions(i.e., runs INIT_SCRIPT and then starts a pair |
956 | * of "askfirst" shells */ | 956 | * of "askfirst" shells */ |
957 | parse_inittab(); | 957 | parse_inittab(); |
958 | } | 958 | } |