From e9dc18b4f9a6a3f02dceaef93bafee3c826b8dd3 Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Mon, 4 Jun 2012 23:55:20 -0400 Subject: Doc fix. --- nexgb/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nexgb') diff --git a/nexgb/help.go b/nexgb/help.go index 5729917..f692442 100644 --- a/nexgb/help.go +++ b/nexgb/help.go @@ -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 -- cgit v1.2.3