diff options
Diffstat (limited to 'support/scripts/graph-depends')
-rwxr-xr-x | support/scripts/graph-depends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 08ecc5a383..c26e1e06dc 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -116,7 +116,7 @@ def get_version(pkgs): return version # Execute the "make show-targets" command to get the list of the main -# Buildroot TARGETS and return it formatted as a Python list. This +# Buildroot PACKAGES and return it formatted as a Python list. This # list is used as the starting point for full dependency graphs def get_targets(): sys.stderr.write("Getting targets\n") |