diff --git a/clang/lib/Sema/SemaExprCXX.cpp b/clang/lib/Sema/SemaExprCXX.cpp index 2227721f70ef..28fb0545ad26 100644 --- a/clang/lib/Sema/SemaExprCXX.cpp +++ b/clang/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; }