diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-21 02:16:17 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-21 02:16:17 +0000 |
commit | 63eff20dda16f5f4b141771a512d2f6bea54ed45 (patch) | |
tree | 0c02820a1869ab8cdb6e713dba2a47e4e3f4d194 /gcc/cp/decl2.c | |
parent | dde5cb6865d7f4f00f4ce8be211e2eb2d9d976f3 (diff) | |
download | gcc-63eff20dda16f5f4b141771a512d2f6bea54ed45.tar.gz |
* ChangeLog: Fix typos.
* call.c: Fix comment typos.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* cxx-pretty-print.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* init.c: Likewise.
* mangle.c: Likewise.
* name-lookup.c: Likewise.
* parser.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72737 138bc75d-0d04-0410-961f-82ee72b054a4
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 85845fcb2ee..7be1c1402c9 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -2084,7 +2084,7 @@ start_static_storage_duration_function (unsigned count) /* Put the function in the global scope. */ pushdecl (ssdf_decl); - /* Start the function itself. This is equivalent to declarating the + /* Start the function itself. This is equivalent to declaring the function as: static void __ssdf (int __initialize_p, init __priority_p); |