r193026 - Fix typo.

Rafael Espindola rafael.espindola at gmail.com
Fri Oct 18 19:06:24 PDT 2013


Author: rafael
Date: Fri Oct 18 21:06:23 2013
New Revision: 193026

URL: http://llvm.org/viewvc/llvm-project?rev=193026&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/lib/Sema/SemaExpr.cpp

Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=193026&r1=193025&r2=193026&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Fri Oct 18 21:06:23 2013
@@ -11218,7 +11218,7 @@ void Sema::MarkFunctionReferenced(Source
       UndefinedButUsed.insert(std::make_pair(Func->getCanonicalDecl(), Loc));
   }
 
-  // Normally the must current decl is marked used while processing the use and
+  // Normally the most current decl is marked used while processing the use and
   // any subsequent decls are marked used by decl merging. This fails with
   // template instantiation since marking can happen at the end of the file
   // and, because of the two phase lookup, this function is called with at





More information about the cfe-commits mailing list