From 7a57b24b46a8dad349aa8b5fa4096df8bcb0f451 Mon Sep 17 00:00:00 2001 From: Richard Artoul Date: Thu, 29 Nov 2018 17:21:58 -0500 Subject: [PATCH] Fix comment --- roaring/roaring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roaring/roaring.go b/roaring/roaring.go index 776e2d614..1e684ba6f 100644 --- a/roaring/roaring.go +++ b/roaring/roaring.go @@ -656,7 +656,7 @@ func (b *Bitmap) unionIntoTarget(target *Bitmap, others ...*Bitmap) { } } - // Once we've acquire a bitmap container (either by reusing the existing one + // Once we've acquired a bitmap container (either by reusing the existing one // or allocating a new one) then the last step is to iterate through all the // other containers to see which ones have the same key, and union all of them // into the target bitmap container.