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) | |||
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 | ||
366 | static void | 366 | static void |