# HG changeset patch # User "Yann E. MORIN" # Date 1310333878 -7200 # Node ID ecd9d85a4f2ea6e8c96f7de60f38accb60b23bc6 # Parent 484f5cf55902dfefd6d358c86ad103fb28e6d16c scripts/xldd: fix typo Signed-off-by: "Yann E. MORIN" diff -r 484f5cf55902 -r ecd9d85a4f2e scripts/xldd.in --- a/scripts/xldd.in Fri Apr 15 00:09:59 2011 +0200 +++ b/scripts/xldd.in Sun Jul 10 23:37:58 2011 +0200 @@ -62,7 +62,7 @@ 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.