diff options
Diffstat (limited to 'coreutils/od_bloaty.c')
-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 |