public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Typo in c-tree.texi.
@ 2001-12-31 23:28 Gaute B Strokkenes
  2002-01-05 23:51 ` Unreviewed patch: " Gaute B Strokkenes
  0 siblings, 1 reply; 13+ messages in thread
From: Gaute B Strokkenes @ 2001-12-31 23:28 UTC (permalink / raw)
  To: gcc-patches


I think there's a small typo in c-tree.texi:

--- c-tree.texi.old	Tue Jan  1 05:05:41 2002
+++ c-tree.texi	Tue Jan  1 05:06:34 2002
@@ -761,7 +761,7 @@
 (BINFO_TYPE (y))} is always the same binfo as @code{y}.  The reason is
 that if @code{y} is a binfo representing a base-class @code{B} of a
 derived class @code{D}, then @code{BINFO_TYPE (y)} will be @code{B}, and
-@code{TYPE_INFO (BINFO_TYPE (y))} will be @code{B} as its own
+@code{TYPE_BINFO (BINFO_TYPE (y))} will be @code{B} as its own
 base-class, rather than as a base-class of @code{D}.
 
 The @code{BINFO_BASETYPES} is a @code{TREE_VEC} (@pxref{Containers}).


-- 
Gaute B Strokkenes                      http://www.srcf.ucam.org/~gs234/
YOW!!  The land of the rising SONY!!

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH] Fix documentation typos
@ 2003-11-27 11:41 Gunther Nikl
  2003-11-27 12:49 ` Joseph S. Myers
  0 siblings, 1 reply; 13+ messages in thread
From: Gunther Nikl @ 2003-11-27 11:41 UTC (permalink / raw)
  To: gcc-patches

[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 ---

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-11-27 14:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-31 23:28 Typo in c-tree.texi Gaute B Strokkenes
2002-01-05 23:51 ` Unreviewed patch: " Gaute B Strokkenes
2002-01-08  1:43   ` [PATCH] rtl.texi typo fix Gaute B Strokkenes
2002-01-29  4:40     ` Unreviewed patch Gaute B Strokkenes
2002-02-18 22:02       ` [PATCH] Fix documentation typos Gaute B Strokkenes
2002-02-19 10:04         ` Gerald Pfeifer
2002-02-19 12:33           ` Zack Weinberg
2002-02-19 13:07           ` Gaute B Strokkenes
2002-02-19 15:29             ` Gerald Pfeifer
2003-11-27 11:41 Gunther Nikl
2003-11-27 12:49 ` Joseph S. Myers
2003-11-27 14:16   ` Gunther Nikl
2003-11-27 14:41     ` Joseph S. Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).