diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-28 00:20:42 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-28 00:20:42 +0000 |
commit | d436970fe8ffcc1addc0288b84581b289d3cf352 (patch) | |
tree | 6f9913b7541fad96286adcce195a648eab93c1da /gcc/doc/passes.texi | |
parent | e561fc1cb16687a153589e70e16ede8de11116af (diff) | |
download | gcc-d436970fe8ffcc1addc0288b84581b289d3cf352.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/passes.texi')
-rw-r--r-- | gcc/doc/passes.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 50872f74757..7ecc866616c 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -110,8 +110,8 @@ definitions immediately or queue them for later processing. @cindex GIMPLE @dfn{Gimplification} is a whimsical term for the process of converting the intermediate representation of a function into the GIMPLE language -(CROSSREF). The term stuck, and so words like ``gimplification,'' -``gimplify,'' ``gimplifier'' and the like are sprinkled throughout this +(CROSSREF). The term stuck, and so words like ``gimplification'', +``gimplify'', ``gimplifier'' and the like are sprinkled throughout this section of code. @cindex GENERIC |