r225324 - Fix grammar-o in comment.
Nico Weber
nicolasweber at gmx.de
Tue Jan 6 15:55:00 PST 2015
Author: nico
Date: Tue Jan 6 17:54:59 2015
New Revision: 225324
URL: http://llvm.org/viewvc/llvm-project?rev=225324&view=rev
Log:
Fix grammar-o in comment.
Modified:
cfe/trunk/lib/Sema/SemaDeclCXX.cpp
Modified: cfe/trunk/lib/Sema/SemaDeclCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclCXX.cpp?rev=225324&r1=225323&r2=225324&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclCXX.cpp Tue Jan 6 17:54:59 2015
@@ -13015,7 +13015,7 @@ void Sema::MarkVTableUsed(SourceLocation
Pos = VTablesUsed.insert(std::make_pair(Class, DefinitionRequired));
if (!Pos.second) {
// If we already had an entry, check to see if we are promoting this vtable
- // to required a definition. If so, we need to reappend to the VTableUses
+ // to require a definition. If so, we need to reappend to the VTableUses
// list, since we may have already processed the first entry.
if (DefinitionRequired && !Pos.first->second) {
Pos.first->second = true;
More information about the cfe-commits
mailing list