From: Benjamin Kosnik Date: Thu, 25 Jun 1998 17:24:49 +0000 (+0000) Subject: � X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c1e8edc3f6af7adaa17647c6abb387a41d2d718;p=gcc.git � fix typo From-SVN: r20726 --- diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index b5d8f7b1068..51218633ad0 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -11427,7 +11427,7 @@ start_enum (name) register tree enumtype = NULL_TREE; struct binding_level *b = inner_binding_level; - /* We are wasting space here and putting these on the permanant_obstack so + /* We are wasting space here and putting these on the permanent_obstack so that typeid(local enum) will work correctly. */ #if 0 if (processing_template_decl && current_function_decl)