Skip to content

Commit

Permalink
fix comment on ErrMultiAssociations
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace committed Dec 28, 2023
1 parent fdd3643 commit bba7484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var (
ErrMultiFileSystems = errors.New("Multiple filesystems with same ID")

// ErrMultiAssociations is an error that is returned when multiple
// associations are found with the same volume name.
// data repository associations are found with the same ID.
ErrMultiAssociations = errors.New("Multiple data repository associations with same ID")

// ErrFsExistsDiffSize is an error that is returned if a filesystem
Expand Down

0 comments on commit bba7484

Please sign in to comment.