summaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-02-11 11:44:38 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-02-11 11:44:38 +0000
commita985d306a1fb5533e6fd93dbbcc04e493a126de8 (patch)
treebb261f14ce5adb3c3281feb9c12c58c078155927 /coreutils
parent83177991c86dd49ac447225f33b84e1883ca49ee (diff)
downloadbusybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.gz
busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.bz2
busybox-w32-a985d306a1fb5533e6fd93dbbcc04e493a126de8.zip
- spelling fixes
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/od_bloaty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c
index 6948bf1e1..501a92b38 100644
--- a/coreutils/od_bloaty.c
+++ b/coreutils/od_bloaty.c
@@ -360,7 +360,7 @@ print_long_double(size_t n_bytes, const char *block, const char *fmt_string)
360} 360}
361 361
362/* print_[named]_ascii are optimized for speed. 362/* print_[named]_ascii are optimized for speed.
363 * Remember, someday you may want to pump gigabytes thru this thing. 363 * Remember, someday you may want to pump gigabytes through this thing.
364 * Saving a dozen of .text bytes here is counter-productive */ 364 * Saving a dozen of .text bytes here is counter-productive */
365 365
366static void 366static void