aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/c-tree.texi
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-10-28 01:20:42 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-10-28 01:20:42 +0100
commitd78aa55cc9489d582a46e19478b0438d7382423a (patch)
tree6f9913b7541fad96286adcce195a648eab93c1da /gcc/doc/c-tree.texi
parent98f61f572fa3d6a3efe1f971908560ecd399d131 (diff)
downloadgcc-d78aa55cc9489d582a46e19478b0438d7382423a.zip
gcc-d78aa55cc9489d582a46e19478b0438d7382423a.tar.gz
gcc-d78aa55cc9489d582a46e19478b0438d7382423a.tar.bz2
c-tree.texi, [...]: Put punctuation outside quotes.
* doc/c-tree.texi, doc/cpp.texi, doc/implement-c.texi, doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/tm.texi: Put punctuation outside quotes. From-SVN: r89724
Diffstat (limited to 'gcc/doc/c-tree.texi')
-rw-r--r--gcc/doc/c-tree.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi
index 653eb09..ac143f1 100644
--- a/gcc/doc/c-tree.texi
+++ b/gcc/doc/c-tree.texi
@@ -145,7 +145,7 @@ erroneous code, you must be prepared to deal with the
Occasionally, a particular tree slot (like an operand to an expression,
or a particular field in a declaration) will be referred to as
-``reserved for the back end.'' These slots are used to store RTL when
+``reserved for the back end''. These slots are used to store RTL when
the tree is converted to RTL for use by the GCC back end. However, if
that process is not taking place (e.g., if the front end is being hooked
up to an intelligent editor), then those slots may be used by the
@@ -1551,7 +1551,7 @@ returned value for a constructor. The first argument to the
argument is the initializer for the object. The object is initialized
when the @code{RETURN_INIT} is encountered. The object referred to is
the actual object returned; this extension is a manual way of doing the
-``return-value optimization.'' Therefore, the object must actually be
+``return-value optimization''. Therefore, the object must actually be
constructed in the place where the object will be returned.
@item RETURN_STMT