Skip to content

Commit

Permalink
Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Gallant (Ocelot) authored and Andrew Gallant (Ocelot) committed Jun 5, 2012
1 parent 87f01b7 commit 2989c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2989c56

Please sign in to comment.