summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-09 23:23:01 +0200
committerJim Meyering <meyering@redhat.com>2011-04-11 14:32:55 +0200
commitb2dfc3b5e52bde06d3ef07bcc12e8dfb00f13634 (patch)
treebab0fa2971ea9fa540344f47430fa8a2200a36c1 /gl
parent80be785c95719bf7af5dd53c758730b10126c436 (diff)
downloadcoreutils-b2dfc3b5e52bde06d3ef07bcc12e8dfb00f13634.tar.gz
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 'gl')
-rw-r--r--gl/lib/mbsalign.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/lib/mbsalign.h b/gl/lib/mbsalign.h
index 76d5a3ffe..de5d767fa 100644
--- a/gl/lib/mbsalign.h
+++ b/gl/lib/mbsalign.h
@@ -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