Fix typo in comment. NFC.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 16 Dec 2014 21:48:39 +0000 (21:48 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 16 Dec 2014 21:48:39 +0000 (21:48 +0000)
llvm-svn: 224377

clang/lib/Sema/SemaExprCXX.cpp

index 2227721..28fb054 100644 (file)
@@ -6082,7 +6082,7 @@ class TransformTypos : public TreeTransform<TransformTypos> {
       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;
   }