summaryrefslogtreecommitdiff
path: root/gcc/doc/rtl.texi
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2013-07-22 17:46:05 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-22 17:46:05 +0000
commit5bd40ade0fcd11208d6d3d84fed50d5819e8992a (patch)
tree8b58e1e023885e16bf43f1478351e146b4c2d2d5 /gcc/doc/rtl.texi
parent558f3755faa4bc4a15cc4b917d487aca8de09bcb (diff)
downloadgcc-5bd40ade0fcd11208d6d3d84fed50d5819e8992a.tar.gz
Fix typos.
From-SVN: r201141
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r--gcc/doc/rtl.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index 8829b0e3493..f14e11f6166 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -3086,7 +3086,7 @@ code output, can produce insns whose patterns consist of a @code{parallel}
whose elements are the operands needed to output the resulting
assembler code---often @code{reg}, @code{mem} or constant expressions.
This would not be well-formed RTL at any other stage in compilation,
-but it is ok then because no further optimization remains to be done.
+but it is OK then because no further optimization remains to be done.
However, the definition of the macro @code{NOTICE_UPDATE_CC}, if
any, must deal with such insns if you define any peephole optimizations.