Fix doc bug pointed out by Sergei Organov.
authorJames E Wilson <wilson@specifixinc.com>
Sat, 2 Jul 2005 01:02:16 +0000 (18:02 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 2 Jul 2005 01:02:16 +0000 (18:02 -0700)
* doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet.

From-SVN: r101528

gcc/ChangeLog
gcc/doc/invoke.texi

index 8236a2fd3505ce790fab0cd69400649ee1ceb0f8..d07f64e0ed6160c4a43aa3822bd250ce20b60c7e 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-01  James E. Wilson  <wilson@specifixinc.com>
+
+       * doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet.
+
 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR tree-opt/22269
index 140983bc2084194c1bd3dfe5402aa5ec198e6c9a..a979900ac52e392260e435861afe9d6384048c41 100644 (file)
@@ -5235,7 +5235,7 @@ though, can be replaced by @code{section} attributes.
 
 @item
 @emph{unit-at-a-time} mode removes unreferenced static variables
-and functions are removed.  This may result in undefined references
+and functions.  This may result in undefined references
 when an @code{asm} statement refers directly to variables or functions
 that are otherwise unused.  In that case either the variable/function
 shall be listed as an operand of the @code{asm} statement operand or,