diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-02-11 11:44:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-02-11 11:44:38 +0000 |
commit | a985d306a1fb5533e6fd93dbbcc04e493a126de8 (patch) | |
tree | bb261f14ce5adb3c3281feb9c12c58c078155927 /libbb | |
parent | 83177991c86dd49ac447225f33b84e1883ca49ee (diff) | |
download | busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.gz busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.bz2 busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.zip |
- spelling fixes
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/dump.c b/libbb/dump.c index 71e35c60f..5e43d42a4 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -100,7 +100,7 @@ static void rewrite(FS * fs) | |||
100 | if (!fu->nextpr) | 100 | if (!fu->nextpr) |
101 | fu->nextpr = pr; | 101 | fu->nextpr = pr; |
102 | /* ignore nextpr -- its unused inside the loop and is | 102 | /* ignore nextpr -- its unused inside the loop and is |
103 | * uninitialized 1st time thru. | 103 | * uninitialized 1st time through. |
104 | */ | 104 | */ |
105 | 105 | ||
106 | /* bb_dump_skip preceding text and up to the next % sign */ | 106 | /* bb_dump_skip preceding text and up to the next % sign */ |