diff --git a/tar/filter.go b/tar/filter.go index d21de023d..63fdd5a1c 100644 --- a/tar/filter.go +++ b/tar/filter.go @@ -57,7 +57,7 @@ func (r *Filter) Exclude(patterns ...string) { } // -// FilterSet filter predicate. +// FilterSet is a collection of filter patterns. type FilterSet struct { root string patterns []string