From: Jeff Law Date: Tue, 14 Sep 1999 06:52:41 +0000 (-0600) Subject: Fix typos in a recent revision. X-Git-Tag: prereleases/libstdc++-2.92~10624 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66519c706ba1219b082e946f47e8059631ae77c6;p=thirdparty%2Fgcc.git Fix typos in a recent revision. From-SVN: r29391 --- diff --git a/gcc/tm.texi b/gcc/tm.texi index 746c49182489..d918a411e510 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..