diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 19:25:00 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 19:25:00 +0000 |
commit | aa977dccd630c164bdf358e6e324b1d3493973ef (patch) | |
tree | 93b86d0f670e21cab7c2516d4d7e2ae8837b3934 /gcc/cp/spew.c | |
parent | 66dbb5a82486fd9bd327081337657c2beb59dbea (diff) | |
download | gcc-aa977dccd630c164bdf358e6e324b1d3493973ef.tar.gz |
* ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
semantics.c, spew.c: Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46593 138bc75d-0d04-0410-961f-82ee72b054a4
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 14569718a99..9e4f13bc91a 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; |