# HG changeset patch # User "Yann E. MORIN" # Date 1290544490 -3600 # Node ID 4eb6dc3feef40c738a25074e53df5cb90db380c1 # Parent 9fac54361185c6cb9269d0b5a5a53ce0ed5764fc scripts/xldd: fix typoes Signed-off-by: "Yann E. MORIN" (transplanted from dbecd99ecba51980ec9938b1313effeb45ef2ce7) diff -r 9fac54361185 -r 4eb6dc3feef4 scripts/xldd.in --- a/scripts/xldd.in Tue Nov 23 21:35:24 2010 +0100 +++ b/scripts/xldd.in Tue Nov 23 21:34:50 2010 +0100 @@ -18,7 +18,7 @@ do_opt_error() { do_error "$@" - printf "Try \`%s --help' for more information\n >&2" + printf "Try \`%s --help' for more information\n" >&2 } show_version() { @@ -74,7 +74,7 @@ The expected load address 'loadaddr' is a faked address to match the output of the real ldd, but has no actual meaning (set to some constants for now, -0x8badf00d for libraries from the sysroot, 0xdeadbeff for others). +0x8badf00d for libraries from the sysroot, 0xdeadbeef for others). _EOF_ # Unimplemeted yet: