diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-07-05 03:02:05 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-05 03:02:05 +0000 |
commit | 34cd5ae762a4ee023dafb062b1fd35d9e9d67cbe (patch) | |
tree | 8b49720ac0b6412e56b800efc44c446f9ffb3646 /gcc/cp/decl2.c | |
parent | a38825d2c8143aad54427a0bd8591ce45727442d (diff) | |
download | gcc-34cd5ae762a4ee023dafb062b1fd35d9e9d67cbe.zip gcc-34cd5ae762a4ee023dafb062b1fd35d9e9d67cbe.tar.gz gcc-34cd5ae762a4ee023dafb062b1fd35d9e9d67cbe.tar.bz2 |
call.c: Fix comment typos.
* call.c: Fix comment typos.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* decl2.c: Likewise.
* decl.c: Likewise.
* init.c: Likewise.
* mangle.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise
From-SVN: r68956
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 78e84ca..2227164 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -1996,7 +1996,7 @@ start_objects (int method_type, int initp) /* We cannot allow these functions to be elided, even if they do not have external linkage. And, there's no point in deferring - copmilation of thes functions; they're all going to have to be + compilation of thes functions; they're all going to have to be out anyhow. */ current_function_cannot_inline = "static constructors and destructors cannot be inlined"; |