From 021596d42efd4481c8efba97df8598ea4e91e12b Mon Sep 17 00:00:00 2001 From: augustkang Date: Tue, 16 Jul 2024 15:45:31 +0900 Subject: [PATCH] fix function name in comment --- 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 e31e6752ad..f61e7f6cb2 100644 --- a/pkg/cloud/cloud.go +++ b/pkg/cloud/cloud.go @@ -1615,7 +1615,7 @@ func isAWSErrorIdempotentParameterMismatch(err error) bool { return isAWSError(err, "IdempotentParameterMismatch") } -// isAWSErrorIdempotentParameterMismatch returns a boolean indicating whether the +// isAWSErrorBlockDeviceInUse returns a boolean indicating whether the // given error appears to be a block device name already in use error. func isAWSErrorBlockDeviceInUse(err error) bool { var apiErr smithy.APIError