summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlonghutianjie <keplrnewton@icloud.com>2025-08-14 12:26:29 +0800
committerGitHub <noreply@github.com>2025-08-14 13:26:29 +0900
commit978b6254c71a8b71d0ad0e58bee74c70a53c1345 (patch)
tree9de57f0fb35c87c5752d1a0b6d5722e29e354f2e /src
parent1afd14381079a35eac0a4c2a5cacb86e2a3f476b (diff)
downloadfzf-978b6254c71a8b71d0ad0e58bee74c70a53c1345.tar.gz
chore: remove redundant word in comment (#4490)
Signed-off-by: longhutianjie <keplrnewton@icloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/reader.go2
1 files changed, 1 insertions, 1 deletions
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'