diff options
Diffstat (limited to 'gcc/cp/spew.c')
-rw-r--r-- | gcc/cp/spew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/spew.c b/gcc/cp/spew.c index 1456971..9e4f13b 100644 --- a/gcc/cp/spew.c +++ b/gcc/cp/spew.c @@ -1355,7 +1355,7 @@ do_pending_defargs () { /* This function's default args depend on unprocessed default args of defarg_fns. We will need to reprocess this function, and - check for circular dependancies. */ + check for circular dependencies. */ tree a, b; for (a = defarg_depfns, b = TREE_PURPOSE (current); a && b; |