Skip to content

Commit

Permalink
Merge pull request #2088 from augustkang/fixComment
Browse files Browse the repository at this point in the history
fix function name in comment
  • Loading branch information
k8s-ci-robot committed Jul 16, 2024
2 parents ec8718a + 021596d commit 36f1d1f
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 @@ -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
Expand Down

0 comments on commit 36f1d1f

Please sign in to comment.