Skip to content

Commit 0bf804a

Browse files
Fix comment
Signed-off-by: Michel Hollands <[email protected]>
1 parent 14b5ace commit 0bf804a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ring/replication_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (r ReplicationSet) Do(ctx context.Context, delay time.Duration, f func(cont
7171
numErrs++
7272

7373
if r.MaxUnavailableZones > 0 {
74-
// Non zone aware path
74+
// Zone aware path
7575
zoneFailureCount[err.ing.Zone]++
7676

7777
if len(zoneFailureCount) > r.MaxUnavailableZones {

0 commit comments

Comments
 (0)