diff options
author | Geoffrey Keating <geoffk@apple.com> | 2002-11-06 00:44:49 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2002-11-06 00:44:49 +0000 |
commit | 0a288b9a2556ff6f64d42612f413269d85fff919 (patch) | |
tree | b99cb466509f85c4395891c8825bcad5472889ed /gcc/cp/decl2.c | |
parent | 93d87ec6f8c647d75abdccb9e0c626f2a6a1ba85 (diff) | |
download | gcc-0a288b9a2556ff6f64d42612f413269d85fff919.zip gcc-0a288b9a2556ff6f64d42612f413269d85fff919.tar.gz gcc-0a288b9a2556ff6f64d42612f413269d85fff919.tar.bz2 |
* decl2.c (finish_file): Correct spelling.
From-SVN: r58847
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 339aba3..ae4ec12 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -2757,7 +2757,7 @@ finish_file () All of these may cause others to be needed. For example, instantiating one function may cause another to be needed, and - generating the intiailzer for an object may cause templates to be + generating the initializer for an object may cause templates to be instantiated, etc., etc. */ timevar_push (TV_VARCONST); |