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]

Typo in documentation


Found (admittedly) small typos in the documentation, while browsing.
Maybe someone wants to fix it.

Cheers,
Andi.

P.S. Should I be required to mail this to someone personally, rather than
via the list, please let me know!


2002-10-28  Andreas Bauer  <baueran@in.tum.de>

	doc/c-tree.texi (Tree overview): Fix typos.


Index: c-tree.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/c-tree.texi,v
retrieving revision 1.33.4.2
diff -u -w -r1.33.4.2 c-tree.texi
--- c-tree.texi 21 Oct 2002 17:52:58 -0000      1.33.4.2
+++ c-tree.texi 28 Oct 2002 00:52:41 -0000
@@ -84,8 +84,8 @@
 font}, except when talking about the actual C type @code{tree}.
 
 You can tell what kind of node a particular tree is by using the
-@code{TREE_CODE} macro.  Many, many macros take a trees as input and
-return trees as output.  However, most macros require a certain kinds of
+@code{TREE_CODE} macro.  Many, many macros take trees as input and
+return trees as output.  However, most macros require a certain kind of
 tree node as input.  In other words, there is a type-system for trees,
 but it is not reflected in the C type-system.


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