Browse Source

registry: endpoint_v1: fix outdated comment

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Antonio Murdaca 9 years ago
parent
commit
137c8601a8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      registry/endpoint_v1.go

+ 1 - 2
registry/endpoint_v1.go

@@ -21,8 +21,7 @@ type V1Endpoint struct {
 	IsSecure bool
 	IsSecure bool
 }
 }
 
 
-// NewV1Endpoint parses the given address to return a registry endpoint.  v can be used to
-// specify a specific endpoint version
+// NewV1Endpoint parses the given address to return a registry endpoint.
 func NewV1Endpoint(index *registrytypes.IndexInfo, userAgent string, metaHeaders http.Header) (*V1Endpoint, error) {
 func NewV1Endpoint(index *registrytypes.IndexInfo, userAgent string, metaHeaders http.Header) (*V1Endpoint, error) {
 	tlsConfig, err := newTLSConfig(index.Name, index.Secure)
 	tlsConfig, err := newTLSConfig(index.Name, index.Secure)
 	if err != nil {
 	if err != nil {