diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-14 17:51:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-14 17:51:38 +0000 |
commit | aff114c33d2b8879233fa513e6d760d0ef99b632 (patch) | |
tree | 101230a8bd16a03319acc4b9b5fb33c33fb58672 /util-linux/fsck_minix.c | |
parent | 4c8b0dd97385b820e28bb8cb2d08ef3bd194a16a (diff) | |
download | busybox-w32-aff114c33d2b8879233fa513e6d760d0ef99b632.tar.gz busybox-w32-aff114c33d2b8879233fa513e6d760d0ef99b632.tar.bz2 busybox-w32-aff114c33d2b8879233fa513e6d760d0ef99b632.zip |
Larry Doolittle writes:
This is a bulk spelling fix patch against busybox-1.00-pre10.
If anyone gets a corrupted copy (and cares), let me know and
I will make alternate arrangements.
Erik - please apply.
Authors - please check that I didn't corrupt any meaning.
Package importers - see if any of these changes should be
passed to the upstream authors.
I glossed over lots of sloppy capitalizations, missing apostrophes,
mixed American/British spellings, and German-style compound words.
What is "pretect redefined for test" in cmdedit.c?
Good luck on the 1.00 release!
- Larry
Diffstat (limited to 'util-linux/fsck_minix.c')
-rw-r--r-- | util-linux/fsck_minix.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index 709a2a143..f6d7deaab 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -7,7 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | 9 | /* |
10 | * 09.11.91 - made the first rudimetary functions | 10 | * 09.11.91 - made the first rudimentary functions |
11 | * | 11 | * |
12 | * 10.11.91 - updated, does checking, no repairs yet. | 12 | * 10.11.91 - updated, does checking, no repairs yet. |
13 | * Sent out to the mailing-list for testing. | 13 | * Sent out to the mailing-list for testing. |
@@ -53,7 +53,7 @@ | |||
53 | * (Russell King). He made them for ARM. It would seem | 53 | * (Russell King). He made them for ARM. It would seem |
54 | * that the ARM is powerful enough to do this in C whereas | 54 | * that the ARM is powerful enough to do this in C whereas |
55 | * i386 and m64k must use assembly to get it fast >:-) | 55 | * i386 and m64k must use assembly to get it fast >:-) |
56 | * This should make minix fsck systemindependent. | 56 | * This should make minix fsck system-independent. |
57 | * (janl@math.uio.no, Nicolai Langfeldt) | 57 | * (janl@math.uio.no, Nicolai Langfeldt) |
58 | * | 58 | * |
59 | * 04.11.96 - Added minor fixes from Andreas Schwab to avoid compiler | 59 | * 04.11.96 - Added minor fixes from Andreas Schwab to avoid compiler |
@@ -73,7 +73,7 @@ | |||
73 | * unless you can be sure nobody is writing to it (and remember that the | 73 | * unless you can be sure nobody is writing to it (and remember that the |
74 | * kernel can write to it when it searches for files). | 74 | * kernel can write to it when it searches for files). |
75 | * | 75 | * |
76 | * Usuage: fsck [-larvsm] device | 76 | * Usage: fsck [-larvsm] device |
77 | * -l for a listing of all the filenames | 77 | * -l for a listing of all the filenames |
78 | * -a for automatic repairs (not implemented) | 78 | * -a for automatic repairs (not implemented) |
79 | * -r for repairs (interactive) (not implemented) | 79 | * -r for repairs (interactive) (not implemented) |