]> granicus.if.org Git - clang/commitdiff
Small comment fix.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 21 Dec 2009 01:26:45 +0000 (01:26 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 21 Dec 2009 01:26:45 +0000 (01:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91808 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/Sema.h

index f83e9a70bb0664f6c634270c3999aa5e374817d3..8e1ed4137502eada3eb1dfbe503a6de0c9aab2b5 100644 (file)
@@ -1143,7 +1143,7 @@ public:
     // 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