aboutsummaryrefslogtreecommitdiff
path: root/reachability/connected.go
diff options
context:
space:
mode:
Diffstat (limited to 'reachability/connected.go')
-rw-r--r--reachability/connected.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/connected.go b/reachability/connected.go
index 655c40b9..692d8501 100644
--- a/reachability/connected.go
+++ b/reachability/connected.go
@@ -8,7 +8,7 @@ import objectid "codeberg.org/lindenii/furgit/object/id"
//
// With commit-graph acceleration available,
// each visited commit is validated against the object store
-// iff struct is set to true.
+// iff strict is set to true.
func (r *Reachability) CheckConnected(domain Domain, haves, wants map[objectid.ObjectID]struct{}, strict bool) error {
walk := r.Walk(domain, haves, wants)