Fix typo in comment. NFC.

llvm-svn: 224377
This commit is contained in:
Nick Lewycky 2014-12-16 21:48:39 +00:00
parent 1ff0ecc7a1
commit 39f9dbc877
1 changed files with 1 additions and 1 deletions

View 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;
}