diff --git a/pkg/api/v1beta1/types.go b/pkg/api/v1beta1/types.go index b2029b323d0..8fb4e553700 100644 --- a/pkg/api/v1beta1/types.go +++ b/pkg/api/v1beta1/types.go @@ -26,7 +26,7 @@ import ( // Many fields in this API have formatting requirements. The commonly used // formats are defined here. // -// C_IDENTIFIER: This is a string that conforms the definition of an "identifier" +// C_IDENTIFIER: This is a string that conforms to the definition of an "identifier" // in the C language. This is captured by the following regex: // [A-Za-z_][A-Za-z0-9_]* // This defines the format, but not the length restriction, which should be diff --git a/pkg/api/v1beta2/types.go b/pkg/api/v1beta2/types.go index a5440d5714a..8b96c8b98db 100644 --- a/pkg/api/v1beta2/types.go +++ b/pkg/api/v1beta2/types.go @@ -26,7 +26,7 @@ import ( // Many fields in this API have formatting requirements. The commonly used // formats are defined here. // -// C_IDENTIFIER: This is a string that conforms the definition of an "identifier" +// C_IDENTIFIER: This is a string that conforms to the definition of an "identifier" // in the C language. This is captured by the following regex: // [A-Za-z_][A-Za-z0-9_]* // This defines the format, but not the length restriction, which should be