summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-22 17:46:05 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-22 17:46:05 +0000
commit88eebb4962055cdefea2ca5e8aa7570e6b5e4cf2 (patch)
tree8b58e1e023885e16bf43f1478351e146b4c2d2d5 /gcc/doc
parent2b0fbfde1f8a23a3c638c2ec0b7ab08b30988722 (diff)
downloadgcc-88eebb4962055cdefea2ca5e8aa7570e6b5e4cf2.tar.gz
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201141 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi2
-rw-r--r--gcc/doc/rtl.texi2
-rw-r--r--gcc/doc/tm.texi4
3 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 848cc0ee0e3..4dfaaa8a1a3 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -16489,7 +16489,7 @@ namespace std @{
template <class T> struct A @{ @};
@}
using namespace debug __attribute ((__strong__));
- template <> struct A<int> @{ @}; // @r{ok to specialize}
+ template <> struct A<int> @{ @}; // @r{OK to specialize}
template <class T> void f (A<T>);
@}
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.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index a1010b7c2da..69e7e03cf68 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -4959,7 +4959,7 @@ the function prologue. Normally, the profiling code comes after.
@cindex tail calls
@deftypefn {Target Hook} bool TARGET_FUNCTION_OK_FOR_SIBCALL (tree @var{decl}, tree @var{exp})
-True if it is ok to do sibling call optimization for the specified
+True if it is OK to do sibling call optimization for the specified
call expression @var{exp}. @var{decl} will be the called function,
or @code{NULL} if this is an indirect call.
@@ -9861,7 +9861,7 @@ needed.
@deftypefn {Target Hook} bool TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P (const_tree @var{fndecl})
@cindex inlining
-This target hook returns @code{true} if it is ok to inline @var{fndecl}
+This target hook returns @code{true} if it is OK to inline @var{fndecl}
into the current function, despite its having target-specific
attributes, @code{false} otherwise. By default, if a function has a
target specific attribute attached to it, it will not be inlined.