Small comment fix.
llvm-svn: 91808
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index f83e9a7..8e1ed41 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1143,7 +1143,7 @@
// members.
LookupOperatorName,
/// Look up of a name that precedes the '::' scope resolution
- /// operator in C++. This lookup completely ignores operator,
+ /// operator in C++. This lookup completely ignores operator, object,
/// function, and enumerator names (C++ [basic.lookup.qual]p1).
LookupNestedNameSpecifierName,
/// Look up a namespace name within a C++ using directive or