]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove doubled words in comments, e.g., s/to to/to/
authorJim Meyering <meyering@redhat.com>
Sat, 9 Apr 2011 21:23:01 +0000 (23:23 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Apr 2011 12:32:55 +0000 (14:32 +0200)
* 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/

ChangeLog-2005
gl/lib/mbsalign.h
src/extent-scan.c
src/libstdbuf.c
tests/ls/color-norm
tests/misc/stdbuf

index d4b8cc22d153d917cb8b93a15735a8a8e1f0491c..87098044b427be3169440fc2bbd652e5cf995ad2 100644 (file)
 
        split's --verbose option did nothing [broken in 4.5.10 and 5.0]
        * src/split.c (longopts): Use `1', not `0' as the value for
-       for &verbose.  Reported by Keith Thompson.
+       &verbose.  Reported by Keith Thompson.
 
        Test for the above fix.
        * tests/misc/split-a: Also use --verbose and compare stderr
index 76d5a3ffe9d17b8edfa15a940c552426bcf7f912..de5d767fa7d44e1471a94d166041a4023140e0a4 100644 (file)
@@ -19,7 +19,7 @@
 typedef enum { MBS_ALIGN_LEFT, MBS_ALIGN_RIGHT, MBS_ALIGN_CENTER } mbs_align_t;
 
 enum {
-  /* Use unibyte mode for invalid multibyte strings or
+  /* Use unibyte mode for invalid multibyte strings
      or when heap memory is exhausted.  */
   MBA_UNIBYTE_FALLBACK = 0x0001
 
index 71a9404992ad31803ddb795d11fd9bdccb8aad53..e95b08500af04ca989fbe3798bd4fc0231fee1b3 100644 (file)
@@ -104,7 +104,7 @@ extent_scan_read (struct extent_scan *scan)
       fiemap->fm_extent_count = count;
       fiemap->fm_length = FIEMAP_MAX_OFFSET - scan->scan_start;
 
-      /* Fall back to the standard copy if call ioctl(2) failed for the
+      /* Fall back to the standard copy if call ioctl(2) failed for
          the first time.  */
       if (ioctl (scan->fd, FS_IOC_FIEMAP, fiemap) < 0)
         {
index ce89ce065b0a4597b04a099ea766c5dccd804ba6..9cb101eb4c6e580ccf349ca1bc9b7a6dad46ee22 100644 (file)
@@ -22,7 +22,7 @@
 #include "system.h"
 #include "verify.h"
 
-/* Note currently for glibc (2.3.5) the following call does not change the
+/* Note currently for glibc (2.3.5) the following call does not change
    the buffer size, and more problematically does not give any indication
    that the new size request was ignored:
 
index 6d8c14d56fa47e26889130f7c7274f89ae027946..20bc1217fe982d77d49f167d735b1ac4d49f5f2c 100755 (executable)
@@ -27,7 +27,7 @@ umask 22
 # Output time as something constant
 export TIME_STYLE="+norm"
 
-# helper to to strip ls columns up to "norm" time
+# helper to strip ls columns up to "norm" time
 qls() { sed 's/-r.*norm/norm/'; }
 
 touch exe || framework_failure
index 8bb57218ebef9224b198da6af5ce5d7941cdd589..35b57105013f53a454cd8cee2c2c24fb9cf066f5 100755 (executable)
@@ -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"