diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-10-25 16:26:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-10-25 16:26:30 +0000 |
commit | 07f3b6ad4aad9b4ee194f270784a361e92226eb7 (patch) | |
tree | 4f4c9a5b20aa42fe7068a7b374869171a11a523b /ld/ldlang.c | |
parent | 2e0d1c66f529b3ca111eb570f15f70ec395bed6c (diff) | |
download | gdb-07f3b6ad4aad9b4ee194f270784a361e92226eb7.zip gdb-07f3b6ad4aad9b4ee194f270784a361e92226eb7.tar.gz gdb-07f3b6ad4aad9b4ee194f270784a361e92226eb7.tar.bz2 |
* ChangeLog-9197: Fix typos.
* NEWS: Likewise.
* ld.texinfo: Likewise.
* ldlang.c: Fix comment typos.
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r-- | ld/ldlang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c index 7c4f7d7..b343c27 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -2923,8 +2923,8 @@ lang_size_sections_1 /* By default this is an error rather than just a warning because if we allocate the section to the default memory region we can end up creating an - excessivly large binary, or even seg faulting when - attmepting to perform a negative seek. See + excessively large binary, or even seg faulting when + attempting to perform a negative seek. See http://sources.redhat.com/ml/binutils/2003-04/msg00423.html for an example of this. This behaviour can be overridden by the using the --no-check-sections |