summaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-01 04:02:26 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-01 04:02:26 +0000
commitcd7043f9248135e4fcff9e6880217d65e4dfaaaa (patch)
tree904765faf29431ff04386d4af6b130fa53713cab /gcc/cp/name-lookup.c
parent77aa6362600028df78badfb710196aba5cbda93e (diff)
downloadgcc-cd7043f9248135e4fcff9e6880217d65e4dfaaaa.tar.gz
* class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102621 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/name-lookup.c')
-rw-r--r--gcc/cp/name-lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c
index 3d49f905660..a4c33a31de2 100644
--- a/gcc/cp/name-lookup.c
+++ b/gcc/cp/name-lookup.c
@@ -3966,7 +3966,7 @@ lookup_name (tree name, int prefer_type)
Unlike lookup_name_real, we make sure that NAME is actually
declared in the desired scope, not from inheritance, nor using
directive. For using declaration, there is DR138 still waiting
- to be resolved. Hidden name coming from earlier an friend
+ to be resolved. Hidden name coming from an earlier friend
declaration is also returned.
A TYPE_DECL best matching the NAME is returned. Catching error