diff options
author | Jim Meyering <meyering@redhat.com> | 2011-04-09 23:23:01 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-04-11 14:32:55 +0200 |
commit | b2dfc3b5e52bde06d3ef07bcc12e8dfb00f13634 (patch) | |
tree | bab0fa2971ea9fa540344f47430fa8a2200a36c1 /tests/misc/stdbuf | |
parent | 80be785c95719bf7af5dd53c758730b10126c436 (diff) | |
download | coreutils-b2dfc3b5e52bde06d3ef07bcc12e8dfb00f13634.tar.xz |
maint: remove doubled words in comments, e.g., s/to to/to/
* tests/ls/color-norm: s/to to/to/
* gl/lib/mbsalign.h (mbs_align_t): s/or or/or/
* src/extent-scan.c (extent_scan_read): s/the the/the/
* src/libstdbuf.c: s/the the/the/
* tests/misc/stdbuf: s/on on/on/
* ChangeLog-2005: s/for\n\tfor /for\n\t/
Diffstat (limited to 'tests/misc/stdbuf')
-rwxr-xr-x | tests/misc/stdbuf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/stdbuf b/tests/misc/stdbuf index 8bb57218e..35b571050 100755 --- a/tests/misc/stdbuf +++ b/tests/misc/stdbuf @@ -104,7 +104,7 @@ retry_delay_ stdbuf_unbuffer .1 6 || fail=1 # Ensure block buffering stdout takes effect # We don't currently test block buffering failures as -# this doesn't work on on GLIBC-2.7 or GLIBC-2.9 at least. +# this doesn't work on GLIBC-2.7 or GLIBC-2.9 at least. # stdbuf_blockbuffer() # { # local delay="$1" |