From: Jim Meyering Date: Sat, 9 Apr 2011 21:15:02 +0000 (+0200) Subject: maint: fix "the the" in comment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd71117029b364e6aae441d20d9f941b9b8537cd;p=pspp maint: fix "the the" in comment * lib/count-one-bits.h: s/the the/the/ --- diff --git a/ChangeLog b/ChangeLog index e01dd6b58d..f523592e9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-04-09 Jim Meyering + 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. diff --git a/lib/count-one-bits.h b/lib/count-one-bits.h index 930e861e64..093165c154 100644 --- 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)