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 /coreutils | |
parent | 83177991c86dd49ac447225f33b84e1883ca49ee (diff) | |
download | busybox-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.gz |
- spelling fixes
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
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) } /* print_[named]_ascii are optimized for speed. - * Remember, someday you may want to pump gigabytes thru this thing. + * Remember, someday you may want to pump gigabytes through this thing. * Saving a dozen of .text bytes here is counter-productive */ static void |