* ir.texi (Expressions): Fix typo.
authorGabriel Dos Reis <gdr@codesourcery.com>
Sat, 26 Aug 2000 18:26:52 +0000 (18:26 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sat, 26 Aug 2000 18:26:52 +0000 (18:26 +0000)
From-SVN: r35998

gcc/cp/ChangeLog
gcc/cp/ir.texi

index 0f0a15082aadcf7ce0ea44a95a85eb2f09ca3503..1c263e5b0d6df1711650c078286e0e6e451fbce2 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-26  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * ir.texi (Expressions): Fix typo.
+
 2000-08-25  Greg McGary  <greg@mcgary.org>
 
        * tree.c (init_tree): Use ARRAY_SIZE.
index 343dfc86408d0eadee081857a3698a68e3f31230..fa4ca87e741551ff9feceb1f9a74e959730b878b 100644 (file)
@@ -1638,9 +1638,9 @@ struct D : public B @{@};
 int D::*dp = &D::i;
 @end example
 @noindent
-The @code{PTRMEM_CST_CLASS} for @code{&D::I} is @code{D}, even though
+The @code{PTRMEM_CST_CLASS} for @code{&D::i} is @code{D}, even though
 the @code{DECL_CONTEXT} for the @code{PTRMEM_CST_MEMBER} is @code{B},
-since @code{B::I} is a member of @code{B}, not @code{D}.
+since @code{B::i} is a member of @code{B}, not @code{D}.
 
 @item VAR_DECL