* lib/count-one-bits.h: s/the the/the/
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.
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)