aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plumbing/format/gitignore/pattern.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/format/gitignore/pattern.go b/plumbing/format/gitignore/pattern.go
index bd0825b..2603352 100644
--- a/plumbing/format/gitignore/pattern.go
+++ b/plumbing/format/gitignore/pattern.go
@@ -13,7 +13,7 @@ const (
NoMatch MatchResult = iota
// Exclude defines an exclusion of a file as a result of a match check
Exclude
- // Exclude defines an explicit inclusion of a file as a result of a match check
+ // Include defines an explicit inclusion of a file as a result of a match check
Include
)