diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-11-23 21:34:50 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-11-23 21:34:50 +0100 |
commit | a262c1a3dd18fe626e50309a37f154a29d632cf7 (patch) | |
tree | 38a5ecef99bc482d4bb7b84efd4101d10a9ea91e | |
parent | a04f4295c1b28ebdcbf9ed6784428d5fb5e7c710 (diff) | |
download | crosstool-ng-a262c1a3dd18fe626e50309a37f154a29d632cf7.tar.gz crosstool-ng-a262c1a3dd18fe626e50309a37f154a29d632cf7.tar.bz2 crosstool-ng-a262c1a3dd18fe626e50309a37f154a29d632cf7.zip |
scripts/xldd: fix typoes
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from dbecd99ecba51980ec9938b1313effeb45ef2ce7)
-rwxr-xr-x | scripts/xldd.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/xldd.in b/scripts/xldd.in index 9a282943..ade2d22b 100755 --- a/scripts/xldd.in +++ b/scripts/xldd.in @@ -18,7 +18,7 @@ do_error() { 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 paths are relative to the specified root directory, or to the sysroot 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: |