aboutsummaryrefslogtreecommitdiff
path: root/bpkg/satisfaction
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/satisfaction')
-rw-r--r--bpkg/satisfaction3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/satisfaction b/bpkg/satisfaction
index 2200688..f250e4b 100644
--- a/bpkg/satisfaction
+++ b/bpkg/satisfaction
@@ -23,7 +23,8 @@ namespace bpkg
}
// Return true if any version that satisfies l also satisfies r, or, in
- // other words, l is stricter than or equal to r.
+ // other words, l is stricter than or equal to r. Or, in yet other words,
+ // l is a subset of r.
//
bool
satisfies (const dependency_constraint& l, const dependency_constraint& r);