r186523 - SemaDeclCXX.cpp: Dissolve a ligature "fi" in comment.

NAKAMURA Takumi geek4civic at gmail.com
Wed Jul 17 10:57:52 PDT 2013


Author: chapuni
Date: Wed Jul 17 12:57:52 2013
New Revision: 186523

URL: http://llvm.org/viewvc/llvm-project?rev=186523&view=rev
Log:
SemaDeclCXX.cpp: Dissolve a ligature "fi" 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=186523&r1=186522&r2=186523&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclCXX.cpp Wed Jul 17 12:57:52 2013
@@ -590,7 +590,7 @@ bool Sema::MergeCXXFunctionDecl(Function
   }
 
   // C++11 [dcl.fct.default]p4: If a friend declaration specifies a default
-  // argument expression, that declaration shall be a definition and shall be
+  // argument expression, that declaration shall be a definition and shall be
   // the only declaration of the function or function template in the
   // translation unit.
   if (Old->getFriendObjectKind() == Decl::FOK_Undeclared &&





More information about the cfe-commits mailing list