aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2008-01-30 20:03:29 +0000
committerFariborz Jahanian <fjahanian@apple.com>2008-01-30 20:03:29 +0000
commitbd144b7ac70cc96cb1ff822347c2bb9b330729ec (patch)
tree2eec8ff10f9a2bdac49a656b435fa60f43d08ac3
parentf69cc5d6606fc65a76e3acd6eb6e13efd0098295 (diff)
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46570 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/Stmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Stmt.h b/include/clang/AST/Stmt.h
index 9fbd1aa022..0018c54473 100644
--- a/include/clang/AST/Stmt.h
+++ b/include/clang/AST/Stmt.h
@@ -935,7 +935,7 @@ public:
/// ObjCAtSynchronizedStmt - This is for objective-c's @synchronized statement.
/// Example: @synchronized (sem) {
-/// do-somthing;
+/// do-something;
/// }
///
class ObjCAtSynchronizedStmt : public Stmt {