diff options
| -rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cp/ir.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index bf5b8a9..c21f40f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-04-25 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> + + * ir.texi: Correct typo. + 2000-04-25 Martin v. Löwis <loewis@informatik.hu-berlin.de> * decl.c (grokdeclarator): Reject VLAs as members. diff --git a/gcc/cp/ir.texi b/gcc/cp/ir.texi index f3bb39a..882080f 100644 --- a/gcc/cp/ir.texi +++ b/gcc/cp/ir.texi @@ -1600,7 +1600,7 @@ comparisons, and so forth. @item COMPLEX_CST These nodes are used to represent complex number constants, that is a @code{__complex__} whose parts are constant nodes. The -@code{TREE_REALPART} and @code@TREE_IMAGPART} return the real and the +@code{TREE_REALPART} and @code{TREE_IMAGPART} return the real and the imaginary parts respectively. @item STRING_CST |
