diff options
author | Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> | 2000-04-25 18:56:38 +0200 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2000-04-25 16:56:38 +0000 |
commit | dd14242439862da8519d898c73306fbb5daea369 (patch) | |
tree | 05140081a369ab9ad875ddf71768f6554d33c3fb | |
parent | dc87bfdef1039472e4fc961bcba84e887780ad93 (diff) | |
download | gcc-dd14242439862da8519d898c73306fbb5daea369.zip gcc-dd14242439862da8519d898c73306fbb5daea369.tar.gz gcc-dd14242439862da8519d898c73306fbb5daea369.tar.bz2 |
ir.texi: Correct typo.
2000-04-25 Gabriel Dos Reis <gdr@codesourcery.com>
* ir.texi: Correct typo.
From-SVN: r33416
-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 |