diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2000-02-18 10:59:43 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2000-02-18 10:59:43 +0000 |
commit | 7eeb2431024ac0cda66c1d91f74b1068972e30db (patch) | |
tree | 3ed01c98a27051610803947e4829e8ce3e47742b /gcc | |
parent | 201384ac8cf17a5b6113d9b1af0985326548df18 (diff) | |
download | gcc-7eeb2431024ac0cda66c1d91f74b1068972e30db.zip gcc-7eeb2431024ac0cda66c1d91f74b1068972e30db.tar.gz gcc-7eeb2431024ac0cda66c1d91f74b1068972e30db.tar.bz2 |
Fix typos in -fmessage-length doc
From-SVN: r32048
Diffstat (limited to 'gcc')
-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 ddd925a..dbae221 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. |