X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcount-one-bits.h;h=093165c1544cd6f9e135863970fba5cbfa6837e2;hb=2616a6587c4240184112fdd18d164227824a32f0;hp=9c6676e1860036317ed8c9dbaa5438332aa46f22;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=pspp diff --git a/lib/count-one-bits.h b/lib/count-one-bits.h index 9c6676e186..093165c154 100644 --- a/lib/count-one-bits.h +++ b/lib/count-one-bits.h @@ -1,5 +1,5 @@ /* count-one-bits.h -- counts the number of 1-bits in a word. - Copyright (C) 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2007-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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)