aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2011-04-10 18:46:45 +0000
committerMike Stump <mrs@gcc.gnu.org>2011-04-10 18:46:45 +0000
commitdd5a833e6e86e0ed85af6e48aa460ebfc4665f5d (patch)
treebf95262adeb1e48387900226345da1050170321b /gcc/cp/name-lookup.c
parent4b9726d48cc7eea7e51b51e00e3720104cd2774f (diff)
downloadgcc-dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d.zip
gcc-dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d.tar.gz
gcc-dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d.tar.bz2
Remove doubled up words.
From-SVN: r172247
Diffstat (limited to 'gcc/cp/name-lookup.c')
-rw-r--r--gcc/cp/name-lookup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c
index 2136df6..b95dd7f 100644
--- a/gcc/cp/name-lookup.c
+++ b/gcc/cp/name-lookup.c
@@ -4146,10 +4146,10 @@ qualified_lookup_using_namespace (tree name, tree scope,
/* Look through namespace aliases. */
scope = ORIGINAL_NAMESPACE (scope);
- /* Algorithm: Starting with SCOPE, walk through the the set of used
+ /* Algorithm: Starting with SCOPE, walk through the set of used
namespaces. For each used namespace, look through its inline
- namespace set for any bindings and usings. If no bindings are found,
- add any usings seen to the set of used namespaces. */
+ namespace set for any bindings and usings. If no bindings are
+ found, add any usings seen to the set of used namespaces. */
VEC_safe_push (tree, gc, todo, scope);
while (VEC_length (tree, todo))