]> granicus.if.org Git - clang/commitdiff
SemaDeclCXX.cpp: Dissolve a ligature "fi" in comment.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 17 Jul 2013 17:57:52 +0000 (17:57 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 17 Jul 2013 17:57:52 +0000 (17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186523 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclCXX.cpp

index c121efa41ccf8918cfc7c391b8b4041fd6a43f35..d0a80bd346f876cda405c3ad1df1ae9c2bd3cc2c 100644 (file)
@@ -590,7 +590,7 @@ bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old,
   }
 
   // C++11 [dcl.fct.default]p4: If a friend declaration specifies a default
-  // argument expression, that declaration shall be a denition 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 &&