diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-06-04 23:55:20 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-06-04 23:55:20 -0400 |
| commit | 2989c56dd190b0cacaada97c52eaeb7f153f5963 (patch) | |
| tree | 647cad698dbdd655c18f8756dd5a923202eb7b7f | |
| parent | 87f01b78ebb3233a40bbe854468a62c778bee79a (diff) | |
Doc fix.
| -rw-r--r-- | help.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ func Pad(n int) int { return (n + 3) & ^3 } -// popCount counts the number of bits set in a value list mask. +// PopCount counts the number of bits set in a value list mask. func PopCount(mask0 int) int { mask := uint32(mask0) n := 0 |
