diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-10 23:37:58 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-10 23:37:58 +0200 |
commit | bec9bab5ad10925b64751f46bffa918fa8cb034b (patch) | |
tree | 45d62f4c091f8f1898c338f874229dc4d2c5cbe5 /scripts/xldd.in | |
parent | 5e3015a71c8dbf5026ce185d413f2fc1f8e34f68 (diff) | |
download | crosstool-ng-bec9bab5ad10925b64751f46bffa918fa8cb034b.tar.gz crosstool-ng-bec9bab5ad10925b64751f46bffa918fa8cb034b.tar.bz2 crosstool-ng-bec9bab5ad10925b64751f46bffa918fa8cb034b.zip |
scripts/xldd: fix typo
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/xldd.in')
-rwxr-xr-x | scripts/xldd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xldd.in b/scripts/xldd.in index 708f6d7b..1c922230 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. |