From bec9bab5ad10925b64751f46bffa918fa8cb034b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 10 Jul 2011 23:37:58 +0200 Subject: [PATCH] scripts/xldd: fix typo Signed-off-by: "Yann E. MORIN" --- scripts/xldd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.