From 073940e66fb7694f52527f025a8faac7872440f4 Mon Sep 17 00:00:00 2001 From: Meir Fischer Date: Sun, 5 Oct 2014 01:22:05 -0400 Subject: [PATCH] minor comment change for grammar/consistency across v1beta* packages --- pkg/api/v1beta1/types.go | 2 +- pkg/api/v1beta2/types.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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