summaryrefslogtreecommitdiff
path: root/scripts/xldd.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-10 21:37:58 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-10 21:37:58 (GMT)
commitbec9bab5ad10925b64751f46bffa918fa8cb034b (patch)
tree45d62f4c091f8f1898c338f874229dc4d2c5cbe5 /scripts/xldd.in
parent5e3015a71c8dbf5026ce185d413f2fc1f8e34f68 (diff)
scripts/xldd: fix typo
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/xldd.in')
-rwxr-xr-xscripts/xldd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xldd.in b/scripts/xldd.in
index 708f6d7..1c92223 100755
--- a/scripts/xldd.in
+++ b/scripts/xldd.in
@@ -62,7 +62,7 @@ ${my_name} tries to mimick the behavior of a real native ldd, but can be
used in a cross-development environment. Here is how it differs from a
real native ldd:
-If the CT_XLDD_DEBUG variable is set and non-empty, then ${myname} will
+If the CT_XLDD_VERBOSE variable is set and non-empty, then ${my_name} will
print a lot of debug messages, explaining how it builds the library
search path, and how each library was found and why.