From 1858583b3b0b9db3794a35fa9689c8c351363dbf Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Thu, 22 Dec 2016 17:05:52 -0800 Subject: Clean up after #636 freelist.lenall duplicated freelist.count. freelist.copyall and mergepgids docs had typos. --- page.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'page.go') diff --git a/page.go b/page.go index ccc6666..cde403a 100644 --- a/page.go +++ b/page.go @@ -154,7 +154,7 @@ func (a pgids) merge(b pgids) pgids { return merged } -// merge copies the sorted union of a and b into dst. +// mergepgids copies the sorted union of a and b into dst. // If dst is too small, it panics. func mergepgids(dst, a, b pgids) { if len(dst) < len(a)+len(b) { -- cgit v1.2.3