Przeglądaj źródła

graph-depends: correct is_dep() comment

The uncached variant is called is_dep_uncached(), not is_dep_full().

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 9 lat temu
rodzic
commit
f62ce058be
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      support/scripts/graph-depends

+ 1 - 1
support/scripts/graph-depends

@@ -270,7 +270,7 @@ def is_dep_uncached(pkg,pkg2,deps):
         pass
         pass
     return False
     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):
 def is_dep(pkg,pkg2,deps):
     try:
     try:
         return is_dep_cache_lookup(pkg, pkg2)
         return is_dep_cache_lookup(pkg, pkg2)