Fix typo spotted by Nico Weber.

llvm-svn: 117870
This commit is contained in:
Nick Lewycky 2010-10-31 21:04:33 +00:00
parent 22f5720c27
commit 3763105100
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Diagnostic;
class LangOptions;
class Preprocessor;
// ObjC rewriter: attempts tp rewrite ObjC constructs into pure C code.
// ObjC rewriter: attempts to rewrite ObjC constructs into pure C code.
// This is considered experimental, and only works with Apple's ObjC runtime.
ASTConsumer *CreateObjCRewriter(const std::string &InFile,
llvm::raw_ostream *OS,