diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-09-14 00:52:41 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-14 00:52:41 -0600 |
commit | 66519c706ba1219b082e946f47e8059631ae77c6 (patch) | |
tree | 57bd6e758d6cd1d27e78c0fb4eaefec3afe21a41 /gcc | |
parent | 2ac2226c50dee5631e64c1771c93fcd23cb34cbd (diff) | |
download | gcc-66519c706ba1219b082e946f47e8059631ae77c6.zip gcc-66519c706ba1219b082e946f47e8059631ae77c6.tar.gz gcc-66519c706ba1219b082e946f47e8059631ae77c6.tar.bz2 |
Fix typos in a recent revision.
From-SVN: r29391
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tm.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 746c491..d918a41 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -139,7 +139,8 @@ definition. @findex CC1_SPEC @item CC1_SPEC A C string constant that tells the GCC driver program options to -pass to @code{cc1, cc1plus, f771, and the other language front ends}. +pass to @code{cc1}, @code{cc1plus}, @code{f771}, and the other language +front ends. It can also specify how to translate options you give to GCC into options for GCC to pass to front ends.. |