diff options
-rw-r--r-- | include/clang/AST/Stmt.h | 2 |
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 { |