瀏覽代碼

Merge pull request #26337 from icaoweiwei/patch_2016-09-06_1

Remove redundant word
Doug Davis 8 年之前
父節點
當前提交
1c7c298d2b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vendor/src/github.com/docker/go-connections/sockets/tcp_socket.go

+ 1 - 1
vendor/src/github.com/docker/go-connections/sockets/tcp_socket.go

@@ -7,7 +7,7 @@ import (
 )
 
 // NewTCPSocket creates a TCP socket listener with the specified address and
-// and the specified tls configuration. If TLSConfig is set, will encapsulate the
+// the specified tls configuration. If TLSConfig is set, will encapsulate the
 // TCP listener inside a TLS one.
 func NewTCPSocket(addr string, tlsConfig *tls.Config) (net.Listener, error) {
 	l, err := net.Listen("tcp", addr)