diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-09-06 02:43:48 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-09-06 02:43:48 +0000 |
commit | 614fcbc2cd04e2c5347c42af267474333f967b0f (patch) | |
tree | 5b7d4b53f52a98d9c8d4d7527170214821552ce2 | |
parent | 9cd64686e8f8f61a283ea72613b2c4acac4cf985 (diff) | |
download | gcc-614fcbc2cd04e2c5347c42af267474333f967b0f.zip gcc-614fcbc2cd04e2c5347c42af267474333f967b0f.tar.gz gcc-614fcbc2cd04e2c5347c42af267474333f967b0f.tar.bz2 |
Fix typo in last change.
From-SVN: r29136
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9318c0b..ff3696e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -9,7 +9,7 @@ (search.o): Likewise. (pt.o): Likewise. (repo.o): Likewise. - * clas.c: Include ggc.h. + * class.c: Include ggc.h. (current_class_name): Remove. (current_class_type): Likewise. (current_access_specifier): Likewise. |