aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2005-07-01 18:02:16 -0700
committerJim Wilson <wilson@gcc.gnu.org>2005-07-01 18:02:16 -0700
commit60d436c9b04d092ba05389b0cd92750678cc24cd (patch)
treef848b1e37ccc5db773f62cfae8836cbe265a415f /gcc/doc
parent5724da632f35c60484f2fa84afc39838ccddb5e6 (diff)
downloadgcc-60d436c9b04d092ba05389b0cd92750678cc24cd.zip
gcc-60d436c9b04d092ba05389b0cd92750678cc24cd.tar.gz
gcc-60d436c9b04d092ba05389b0cd92750678cc24cd.tar.bz2
Fix doc bug pointed out by Sergei Organov.
* doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet. From-SVN: r101528
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 140983b..a979900 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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,