diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-18 10:59:43 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-18 10:59:43 +0000 |
commit | 5c2b86193683c94cbb374d06c47c28bcad228b29 (patch) | |
tree | 3ed01c98a27051610803947e4829e8ce3e47742b /gcc/invoke.texi | |
parent | adcca19705f970ae33c70dc6f2a5e7452d9c8811 (diff) | |
download | gcc-5c2b86193683c94cbb374d06c47c28bcad228b29.tar.gz |
Fix typos in -fmessage-length doc
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32048 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index ddd925a8755..dbae2217513 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1132,7 +1132,7 @@ libgcc} must be built with the same setting of this option. @item -fmessage-length=@var{n} Try to format error messages so that they fit on lines of about @var{n} -characters. The deafult is 72 characters. If @var{n} is zero, then to +characters. The default is 72 characters. If @var{n} is zero, then no line-wrapping will be done; each error message will appear on a single line. |