diff options
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. |