mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
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:
committed by
Yong Tang
parent
e78d9a7893
commit
39b0b91d6c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user