diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
commit | abc95ed36d4c350fa1e23c1d322fee9bd8a018fe (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/cplus-dem.c | |
parent | 2d5144e9ae5ef3e32c059f6a572d4bab6863c976 (diff) | |
download | gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.zip gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.gz gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.bz2 |
Fix spelling errors.
From-SVN: r10289
Diffstat (limited to 'gcc/cplus-dem.c')
-rw-r--r-- | gcc/cplus-dem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cplus-dem.c b/gcc/cplus-dem.c index a59e254..3eb27cc 100644 --- a/gcc/cplus-dem.c +++ b/gcc/cplus-dem.c @@ -1184,7 +1184,7 @@ DESCRIPTION On exit, it points to the next token after the mangled class on success, or the first unconsumed token on failure. - If the constRUCTOR or DESTRUCTOR flags are set in WORK, then + If the CONSTRUCTOR or DESTRUCTOR flags are set in WORK, then we are demangling a constructor or destructor. In this case we prepend "class::class" or "class::~class" to DECLP. |