SemaDeclCXX.cpp: Dissolve a ligature "fi" in comment.
llvm-svn: 186523
diff --git a/clang/lib/Sema/SemaDeclCXX.cpp b/clang/lib/Sema/SemaDeclCXX.cpp
index c121efa..d0a80bd 100644
--- a/clang/lib/Sema/SemaDeclCXX.cpp
+++ b/clang/lib/Sema/SemaDeclCXX.cpp
@@ -590,7 +590,7 @@
}
// C++11 [dcl.fct.default]p4: If a friend declaration specifies a default
- // argument expression, that declaration shall be a deļ¬nition 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 &&