diff --git a/src/reader.go b/src/reader.go index 7dc18ac3..dc0def38 100644 --- a/src/reader.go +++ b/src/reader.go @@ -285,7 +285,7 @@ func (r *Reader) readFiles(roots []string, opts walkerOpts, ignores []string) bo if strings.HasPrefix(ignore, sep) { ignoresSuffix = append(ignoresSuffix, ignore) } else { - // 'foo/bar' should match match + // 'foo/bar' should match // * 'foo/bar' // * 'baz/foo/bar' // * but NOT 'bazfoo/bar'