diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-12-21 01:26:45 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-12-21 01:26:45 +0000 |
commit | a26001bf96b52e24d4f1020f75d849f45ca513d9 (patch) | |
tree | 0a3efb7a459b472452227f4295e91b9e68b75fe9 /clang/lib | |
parent | 3a6af3de6cca4e475309baea72df028538598d82 (diff) | |
download | bcm5719-llvm-a26001bf96b52e24d4f1020f75d849f45ca513d9.tar.gz bcm5719-llvm-a26001bf96b52e24d4f1020f75d849f45ca513d9.zip |
Small comment fix.
llvm-svn: 91808
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Sema/Sema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index f83e9a70bb0..8e1ed413750 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -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 |