* doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
authorGaute B Strokkenes <gs234@cam.ac.uk>
Tue, 19 Feb 2002 22:51:17 +0000 (22:51 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Tue, 19 Feb 2002 22:51:17 +0000 (22:51 +0000)
From-SVN: r49881

gcc/ChangeLog
gcc/doc/c-tree.texi

index 100b36b2d5b65e840031c919e8268c4fa01da634..22300213537b2f0663346e7497a68f58355b65a9 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
+
+       * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
+
 2002-02-19  Philip Blundell  <pb@nexus.co.uk>
 
        PR 5399
index 849d07948b6718a8fc11c4c4a265455b75744db1..afe18e50e7e1ad21b0c878a1d6726d0ed8b6a695 100644 (file)
@@ -760,8 +760,8 @@ binfo is given by @code{BINFO_TYPE}.  It is always the case that
 qualifiers.  However, it is not always the case that @code{TYPE_BINFO
 (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
+derived class @code{D}, then @code{BINFO_TYPE (y)} will be @code{B},
+and @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}).