From 978b6254c71a8b71d0ad0e58bee74c70a53c1345 Mon Sep 17 00:00:00 2001 From: longhutianjie Date: Thu, 14 Aug 2025 12:26:29 +0800 Subject: [PATCH] chore: remove redundant word in comment (#4490) Signed-off-by: longhutianjie --- src/reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'