diff --git a/pkg/local_object_storage/metabase/util.go b/pkg/local_object_storage/metabase/util.go index cd5e67c497..49cf7f6203 100644 --- a/pkg/local_object_storage/metabase/util.go +++ b/pkg/local_object_storage/metabase/util.go @@ -20,7 +20,7 @@ var ( // garbageObjectsBucketName stores rows with the objects that should be physically // deleted by the node (Garbage Collector routine). garbageObjectsBucketName = []byte{garbageObjectsPrefix} - // garbageObjectsBucketName stores rows with the containers that should be physically + // garbageContainersBucketName stores rows with the containers that should be physically // deleted by the node (Garbage Collector routine). garbageContainersBucketName = []byte{garbageContainersPrefix} toMoveItBucketName = []byte{toMoveItPrefix}