diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-17 17:57:52 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-17 17:57:52 +0000 |
| commit | 3e7db845f70545ec7b2803f996e9be260bc32f29 (patch) | |
| tree | edb2958c8c98cfe70ec010a78bcf6878f332a7f9 | |
| parent | c70b2519d5a9d1e612674bd78cb70ec350b101d1 (diff) | |
| download | bcm5719-llvm-3e7db845f70545ec7b2803f996e9be260bc32f29.tar.gz bcm5719-llvm-3e7db845f70545ec7b2803f996e9be260bc32f29.zip | |
SemaDeclCXX.cpp: Dissolve a ligature "fi" in comment.
llvm-svn: 186523
| -rw-r--r-- | clang/lib/Sema/SemaDeclCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDeclCXX.cpp b/clang/lib/Sema/SemaDeclCXX.cpp index c121efa41cc..d0a80bd346f 100644 --- a/clang/lib/Sema/SemaDeclCXX.cpp +++ b/clang/lib/Sema/SemaDeclCXX.cpp @@ -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 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 && |

