This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix documentation typos


[This is the second try because the first mail didn't make it]

Hello!

This patch is supposed to correct two typos in the documentation
but I am not sure whether these are really typos. I believe that
'@' characters removed by this patchs are stray ones.

Gunther

--- cut ---

2003-11-27  Gunther Nikl  <gni@gecko.de>

	* doc/cppinternals.texi (Lexing a token):  Fix typo.
	* doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Ditto.

diff -rup gcc-3.4/gcc/doc/cppinternals.texi gcc-3.4-gg/gcc/doc/cppinternals.texi
--- gcc-3.4/gcc/doc/cppinternals.texi	Mon Jan  7 20:03:36 2002
+++ gcc-3.4-gg/gcc/doc/cppinternals.texi	Tue Nov 25 14:38:57 2003
@@ -159,7 +159,7 @@ will be removed, so I'll not discuss it 
 The job of @code{_cpp_lex_direct} is simply to lex a token.  It is not
 responsible for issues like directive handling, returning lookahead
 tokens directly, multiple-include optimization, or conditional block
-skipping.  It necessarily has a minor r@^ole to play in memory
+skipping.  It necessarily has a minor role to play in memory
 management of lexed lines.  I discuss these issues in a separate section
 (@pxref{Lexing a line}).
 
diff -rup gcc-3.4/gcc/doc/tm.texi gcc-3.4-gg/gcc/doc/tm.texi
--- gcc-3.4/gcc/doc/tm.texi	Mon Nov 17 09:52:33 2003
+++ gcc-3.4-gg/gcc/doc/tm.texi	Tue Nov 25 14:38:28 2003
@@ -329,7 +329,7 @@ et al, within sysroot+suffix.
 @defmac SYSROOT_HEADERS_SUFFIX_SPEC
 Define this macro to add a headers_suffix to the target sysroot when
 GCC is configured with a sysroot.  This will cause GCC to pass the
-updated sysroot+headers_suffix to CPP@, causing it to search for
+updated sysroot+headers_suffix to CPP, causing it to search for
 usr/include, et al, within sysroot+headers_suffix.
 @end defmac
 
--- cut ---


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]