* ir.texi (Expressions): Fix typo.

From-SVN: r35998
This commit is contained in:
Gabriel Dos Reis 2000-08-26 18:26:52 +00:00 committed by Gabriel Dos Reis
parent 77ae5fa4bc
commit 14fdf4b67e
2 changed files with 6 additions and 2 deletions

View 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.

View 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