diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-21 12:51:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-21 12:51:56 +0000 |
commit | 838dfd8a4ef2572d4831643b01d70f78ba6e7747 (patch) | |
tree | f9f92f248e52e649957fe2bf5fc9b58a2f9423e2 /gcc/cp/method.c | |
parent | 42cd531a93f8698c46118016981e654256ac8398 (diff) | |
download | gcc-838dfd8a4ef2572d4831643b01d70f78ba6e7747.zip gcc-838dfd8a4ef2572d4831643b01d70f78ba6e7747.tar.gz gcc-838dfd8a4ef2572d4831643b01d70f78ba6e7747.tar.bz2 |
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions.
* ChangeLog.2: Likewise.
* call.c: Likewise.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* except.c: Likewise.
* friend.c: Likewise.
* g++spec.c: Likewise.
* init.c: Likewise.
* lex.c: Likewise.
* mangle.c: Likewise.
* method.c: Likewise.
* operators.def: Likewise.
* optimize.c: Likewise.
* pt.c: Likewise.
* rtti.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* spew.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
From-SVN: r57387
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r-- | gcc/cp/method.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index bc33221..0689a7d 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -350,7 +350,7 @@ make_thunk (function, delta, vcall_index) } /* Emit the definition of a C++ multiple inheritance vtable thunk. If - EMIT_P is non-zero, the thunk is emitted immediately. */ + EMIT_P is nonzero, the thunk is emitted immediately. */ void use_thunk (thunk_fndecl, emit_p) |