From b1df333e8b9ebf3e6eac859403af77336a7b3441 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 21 Dec 2009 01:26:45 +0000 Subject: [PATCH] Small comment fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91808 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/Sema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0