]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 19 Oct 2013 02:06:23 +0000 (02:06 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 19 Oct 2013 02:06:23 +0000 (02:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193026 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExpr.cpp

index ef015f0a6925e89cabffedcd9726bcc58cada718..56eeab3bea3725af3dab738d1d4e5560df8211db 100644 (file)
@@ -11218,7 +11218,7 @@ void Sema::MarkFunctionReferenced(SourceLocation Loc, FunctionDecl *Func) {
       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