Skip to content

Commit cbcbaf2

Browse files
committed
Fix typo
1 parent 6e95bb7 commit cbcbaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/mind/bscontroller/group_layout_checker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ namespace NKikimr::NBsController {
108108
ui64 node = pdiskId.NodeId;
109109
if (Max(geom.GetRealmLevelEnd(), geom.GetDomainLevelEnd()) > 255) {
110110
// Ephemeral node for PDisks on the same physical node.
111-
// Used for setups where number of nodes is lesser than number of VDisks in a group.
111+
// Used for setups where number of nodes is fewer than number of VDisks in a group.
112112
node |= static_cast<ui64>(pdiskId.PDiskId) << 32;
113113
}
114114

0 commit comments

Comments
 (0)