diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 19:25:00 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 19:25:00 +0000 |
commit | 306ef64467b81eff37995c0620ee097c9d174463 (patch) | |
tree | 93b86d0f670e21cab7c2516d4d7e2ae8837b3934 /gcc/cp/decl2.c | |
parent | 0c688a7d77a2b7926487528c0f417bb32af548ed (diff) | |
download | gcc-306ef64467b81eff37995c0620ee097c9d174463.zip gcc-306ef64467b81eff37995c0620ee097c9d174463.tar.gz gcc-306ef64467b81eff37995c0620ee097c9d174463.tar.bz2 |
ChangeLog.1, [...]: Fix spelling errors.
* ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
semantics.c, spew.c: Fix spelling errors.
From-SVN: r46593
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index e215cd6..f2bbba0 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -93,7 +93,7 @@ static tree get_guard_bits PARAMS ((tree)); /* A list of static class variables. This is needed, because a static class variable can be declared inside the class without - an initializer, and then initialized, staticly, outside the class. */ + an initializer, and then initialized, statically, outside the class. */ static varray_type pending_statics; #define pending_statics_used \ (pending_statics ? pending_statics->elements_used : 0) |