From 04efd399daf20fe7b4d85df9e61059591c54bebe Mon Sep 17 00:00:00 2001 From: Shingo Omura Date: Thu, 28 Dec 2023 09:57:47 +0900 Subject: [PATCH] fix comment on ErrMultiAssociations --- pkg/cloud/cloud.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cloud/cloud.go b/pkg/cloud/cloud.go index dde76827..d920484c 100644 --- a/pkg/cloud/cloud.go +++ b/pkg/cloud/cloud.go @@ -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