# HG changeset patch # User "Yann E. MORIN" # Date 1290544490 -3600 # Node ID dbecd99ecba51980ec9938b1313effeb45ef2ce7 # Parent 032ae3253a655d859f25a5c2bac1b72051f950b0 scripts/xldd: fix typoes Signed-off-by: "Yann E. MORIN" diff -r 032ae3253a65 -r dbecd99ecba5 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: