changeset 14562:6705402fd98c

maint: fix "the the" in comment * lib/count-one-bits.h: s/the the/the/
author Jim Meyering <meyering@redhat.com>
date Sat, 09 Apr 2011 23:15:02 +0200
parents ed6716f98fb1
children 4f85858b0e7f
files ChangeLog lib/count-one-bits.h
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-04-09  Jim Meyering  <meyering@redhat.com>
 
+	maint: fix "the the" in comment
+	* lib/count-one-bits.h: s/the the/the/
+
 	maint: change "can not" to "cannot"
 	But do not change the occurrences in maintain.texi or in
 	build-aux/po/Makefile.in.in, which I presume comes from gettext.
--- a/lib/count-one-bits.h
+++ b/lib/count-one-bits.h
@@ -38,7 +38,7 @@
           count += count_one_bits_32 (x >> 31 >> 1);                        \
         return count;
 
-/* Compute and return the the number of 1-bits set in the least
+/* Compute and return the number of 1-bits set in the least
    significant 32 bits of X. */
 static inline int
 count_one_bits_32 (unsigned int x)