summaryrefslogtreecommitdiff
path: root/gcc/doc/cppinternals.texi
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-01 22:02:41 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-01 22:02:41 +0000
commit2cf3c75698bc6d3866ddbb26ab6696dac008c1a2 (patch)
treec8a38bbac8373c4d8c8889c596d4fd2c255b6257 /gcc/doc/cppinternals.texi
parentf481766ae0a633d9c3a56e66ff063d82265b4564 (diff)
downloadgcc-2cf3c75698bc6d3866ddbb26ab6696dac008c1a2.tar.gz
* doc/cppinternals.texi, doc/install.texi, doc/invoke.texi,
doc/md.texi, doc/sourcebuild.texi, doc/tm.texi, doc/trouble.texi: Use terminology "testsuite" and "enumerated". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84000 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cppinternals.texi')
-rw-r--r--gcc/doc/cppinternals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi
index 3f3d9af0051..2b8c5086883 100644
--- a/gcc/doc/cppinternals.texi
+++ b/gcc/doc/cppinternals.texi
@@ -226,7 +226,7 @@ foo
@end smallexample
This is a good example of the subtlety of getting token spacing correct
-in the preprocessor; there are plenty of tests in the test suite for
+in the preprocessor; there are plenty of tests in the testsuite for
corner cases like this.
The lexer is written to treat each of @samp{\r}, @samp{\n}, @samp{\r\n}