summaryrefslogtreecommitdiffstats
path: root/support/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'support/scripts')
-rwxr-xr-xsupport/scripts/graph-depends2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index e91c9c5b90..fd8ad2f590 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -270,7 +270,7 @@ def is_dep_uncached(pkg,pkg2,deps):
pass
return False
-# See is_dep_full() above; this is the cached version.
+# See is_dep_uncached() above; this is the cached version.
def is_dep(pkg,pkg2,deps):
try:
return is_dep_cache_lookup(pkg, pkg2)
OpenPOWER on IntegriCloud