diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-21 19:29:07 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-21 19:29:07 +0000 |
commit | 08cc44e74d28ab49958b246b6d1f3ee827c21d24 (patch) | |
tree | 6665537e7f885d1d1832af7b0b228f216c10e7d3 /gcc/cp/name-lookup.c | |
parent | 8580db918aa6fe046b56ec8e1294352964063a7a (diff) | |
download | gcc-08cc44e74d28ab49958b246b6d1f3ee827c21d24.tar.gz |
gcc/objc/
* objc-act.c: Fix comment typos.
gcc/cp/
* call.c: Fix comment typos.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cxx-pretty-print.c: Likewise.
* decl.c: Likewise.
* init.c: Likewise.
* name-lookup.c: Likewise.
* operators.def: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138042 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/name-lookup.c')
-rw-r--r-- | gcc/cp/name-lookup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c index edf74f9c81f..477cfb367e8 100644 --- a/gcc/cp/name-lookup.c +++ b/gcc/cp/name-lookup.c @@ -131,7 +131,7 @@ struct binding_table_s GTY(()) binding_entry * GTY((length ("%h.chain_count"))) chain; /* The number of chains in this table. This is the length of the - the member "chain" considered as an array. */ + member "chain" considered as an array. */ size_t chain_count; /* Number of "binding_entry"s in this table. */ @@ -782,7 +782,7 @@ pushdecl_maybe_friend (tree x, bool is_friend) tree previous = function_binding->value; /* In case either x or previous is declared to throw an exception, - make sure both exception speficications are equal. */ + make sure both exception specifications are equal. */ if (decls_match (x, previous)) { tree x_exception_spec = NULL_TREE; |