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

llvm-svn: 186523
This commit is contained in:
NAKAMURA Takumi 2013-07-17 17:57:52 +00:00
parent c70b2519d5
commit 3e7db845f7
1 changed files with 1 additions and 1 deletions

View 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 &&