diff options
author | Devang Patel <dpatel@gcc.gnu.org> | 2002-12-13 12:16:07 -0800 |
---|---|---|
committer | Devang Patel <dpatel@gcc.gnu.org> | 2002-12-13 12:16:07 -0800 |
commit | 42e903c91c1b67e2e45ccf7ffc8e43fbc5889dcc (patch) | |
tree | 62d583332312864134a7f5215dcc6a07b11d0e87 /gcc | |
parent | 580fb356c0970d2c80fbf730dc622ca7184d7b8c (diff) | |
download | gcc-42e903c91c1b67e2e45ccf7ffc8e43fbc5889dcc.zip gcc-42e903c91c1b67e2e45ccf7ffc8e43fbc5889dcc.tar.gz gcc-42e903c91c1b67e2e45ccf7ffc8e43fbc5889dcc.tar.bz2 |
Fix type.
From-SVN: r60102
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c6b21cc..fe21460 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7261,7 +7261,7 @@ See man ld(1) for more information. @item -arch_errors_fatal @opindex arch_errors_fatal -Cause the errors having to do with files that have the wron architecture +Cause the errors having to do with files that have the wrong architecture to be fatal. @item -bind_at_load @@ -7277,7 +7277,7 @@ See man ld(1) for more information. @item -bundle_loader @var{executable} @opindex bundle_loader This specifies the @var{executable} that will be loading the build -outout file being linked. See man ld(1) for more information. +output file being linked. See man ld(1) for more information. @item -allowable_client @var{client_name} @item -arch_only |