maint: fix "the the" in comment
authorJim Meyering <meyering@redhat.com>
Sat, 9 Apr 2011 21:15:02 +0000 (23:15 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 9 Apr 2011 21:15:02 +0000 (23:15 +0200)
* lib/count-one-bits.h: s/the the/the/

ChangeLog
lib/count-one-bits.h

index e01dd6b58dc2751bb37b2c2814e5b953ffe37f03..f523592e9cadd3c4f78d259131ff75d7d946246e 100644 (file)
--- 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.
index 930e861e64810823f399f94037637d2679d9e047..093165c1544cd6f9e135863970fba5cbfa6837e2 100644 (file)
@@ -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)