summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/RewriteObjC.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-06-02 10:20:41 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-06-02 10:20:41 +0000
commit474261af7bbba153fecd411f42f0c7930dc5f1fb (patch)
treef0a785a5166d5acc5bf4e3cdf074fdb532b99b97 /clang/lib/Rewrite/RewriteObjC.cpp
parentbde917666307faf3c9e2d290c38a0018f54d7a68 (diff)
downloadbcm5719-llvm-474261af7bbba153fecd411f42f0c7930dc5f1fb.tar.gz
bcm5719-llvm-474261af7bbba153fecd411f42f0c7930dc5f1fb.zip
Fix typos found by http://github.com/lyda/misspell-check
llvm-svn: 157886
Diffstat (limited to 'clang/lib/Rewrite/RewriteObjC.cpp')
-rw-r--r--clang/lib/Rewrite/RewriteObjC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Rewrite/RewriteObjC.cpp b/clang/lib/Rewrite/RewriteObjC.cpp
index 485cffc38f2..396c7aeec20 100644
--- a/clang/lib/Rewrite/RewriteObjC.cpp
+++ b/clang/lib/Rewrite/RewriteObjC.cpp
@@ -349,7 +349,7 @@ namespace {
virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
std::string &Result) = 0;
- // Misc. AST transformation routines. Somtimes they end up calling
+ // Misc. AST transformation routines. Sometimes they end up calling
// rewriting routines on the new ASTs.
CallExpr *SynthesizeCallToFunctionDecl(FunctionDecl *FD,
Expr **args, unsigned nargs,
OpenPOWER on IntegriCloud