aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>1998-06-25 17:24:49 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>1998-06-25 17:24:49 +0000
commit8c1e8edc3f6af7adaa17647c6abb387a41d2d718 (patch)
tree25c38201915cb0a5c3beac759a4d5543056eca6e /gcc
parenta6a00c4f8b2cc94a8ec42fc397eec30b2e3908a8 (diff)
downloadgcc-8c1e8edc3f6af7adaa17647c6abb387a41d2d718.zip
gcc-8c1e8edc3f6af7adaa17647c6abb387a41d2d718.tar.gz
gcc-8c1e8edc3f6af7adaa17647c6abb387a41d2d718.tar.bz2
fix typo From-SVN: r20726
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index b5d8f7b..5121863 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)