aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-02-18 00:59:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-02-18 00:59:36 +0000
commitb9704fc5f68f1da3f0bd49675a9bdf89d00b4ad3 (patch)
tree32d703b686a19950e6fe907aefebcc7064c84059 /gcc/cp/tree.c
parentea2c620c644121eb9596d47c182453475f5dc559 (diff)
downloadgcc-b9704fc5f68f1da3f0bd49675a9bdf89d00b4ad3.zip
gcc-b9704fc5f68f1da3f0bd49675a9bdf89d00b4ad3.tar.gz
gcc-b9704fc5f68f1da3f0bd49675a9bdf89d00b4ad3.tar.bz2
* decl.c, tree.c: Fix comment typos.
From-SVN: r122081
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r--gcc/cp/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index 7c5a4dc..a5fac29 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.c
@@ -1033,7 +1033,7 @@ build_qualified_name (tree type, tree scope, tree name, bool template_p)
function. If "f" is a function or function template, "f", "c->f",
"c.f", "C::f", and "f<int>" will all be considered possibly
overloaded functions. Returns 2 if the function is actually
- overloaded, i.e., if it is impossible to know the the type of the
+ overloaded, i.e., if it is impossible to know the type of the
function without performing overload resolution. */
int