authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 25 Jun 1998 17:24:49 +0000 (17:24 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 25 Jun 1998 17:24:49 +0000 (17:24 +0000)
fix typo

From-SVN: r20726

gcc/cp/decl.c

index b5d8f7b10682b09dfc327d4eb4aed14648a119d3..51218633ad06f1c2c7d08fc3cdb0f1027bc364ad 100644 (file)
@@ -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)