From 1d03217661ed17d67801d8645b78633e99743d99 Mon Sep 17 00:00:00 2001 From: Lyndon-Li Date: Thu, 21 May 2026 09:20:24 +0800 Subject: [PATCH] add CBT bitmap implementation Signed-off-by: Lyndon-Li --- pkg/uploader/cbt/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/uploader/cbt/types/types.go b/pkg/uploader/cbt/types/types.go index f512d7a8a..9b13669b2 100644 --- a/pkg/uploader/cbt/types/types.go +++ b/pkg/uploader/cbt/types/types.go @@ -51,7 +51,7 @@ type Iterator interface { // BlockSize returns the granularity of the bitmap BlockSize() uint - // Count returns the toal number of count in the bitmap + // Count returns the total number of count in the bitmap Count() uint64 // Next returns the offset of the next set block and whether it comes to the end of the iteration