From: Nathan Sidwell Date: Fri, 18 Feb 2000 10:59:43 +0000 (+0000) Subject: Fix typos in -fmessage-length doc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7eeb2431024ac0cda66c1d91f74b1068972e30db;p=gcc.git Fix typos in -fmessage-length doc From-SVN: r32048 --- 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.