Fix grammar-o in comment.
authorNico Weber <nicolasweber@gmx.de>
Tue, 6 Jan 2015 23:54:59 +0000 (23:54 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 6 Jan 2015 23:54:59 +0000 (23:54 +0000)
llvm-svn: 225324

clang/lib/Sema/SemaDeclCXX.cpp

index a57a920..b84ea7b 100644 (file)
@@ -13015,7 +13015,7 @@ void Sema::MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,
     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;