From: Nick Lewycky Date: Tue, 16 Dec 2014 21:48:39 +0000 (+0000) Subject: Fix typo in comment. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e924d9052d9e566af446f154c1eb6fa8d8a3ace1;p=clang Fix typo in comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224377 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaExprCXX.cpp b/lib/Sema/SemaExprCXX.cpp index 2227721f70..28fb0545ad 100644 --- a/lib/Sema/SemaExprCXX.cpp +++ b/lib/Sema/SemaExprCXX.cpp @@ -6082,7 +6082,7 @@ class TransformTypos : public TreeTransform { return ME->getMemberDecl(); // FIXME: Add any other expr types that could be be seen by the delayed typo // correction TreeTransform for which the corresponding TypoCorrection could - // contain multple decls. + // contain multiple decls. return nullptr; }