Remove redundant words in comments (#2589)

Although it is spelling mistakes, it might make an affects
while reading.

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
This commit is contained in:
Nguyen Hai Truong
2019-02-21 09:20:48 +07:00
committed by Yong Tang
parent e78d9a7893
commit 39b0b91d6c
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import (
// Upstream is used to resolve CNAME or other external targets via CoreDNS itself.
type Upstream struct{}
// New creates a new Upstream to resolve names using the the coredns process.
// New creates a new Upstream to resolve names using the coredns process.
func New() *Upstream { return &Upstream{} }
// Lookup routes lookups to our selves or forward to a remote.