Skip to content

Commit

Permalink
*: fix incorrect comment var name
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Butusov <[email protected]>
  • Loading branch information
End-rey committed Oct 18, 2024
1 parent c4bdae1 commit d743d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/local_object_storage/metabase/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d743d42

Please sign in to comment.