]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224377 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExprCXX.cpp

index 2227721f70efc06173402f0554c9fd7a49f945c7..28fb0545ad26239c6fea5f87031483f86cf9992c 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;
   }