From: Eli Friedman Date: Mon, 21 Dec 2009 01:26:45 +0000 (+0000) Subject: Small comment fix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1df333e8b9ebf3e6eac859403af77336a7b3441;p=clang Small comment fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91808 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index f83e9a70bb..8e1ed41375 100644 --- a/lib/Sema/Sema.h +++ b/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