[cfe-commits] r46570 - /cfe/trunk/include/clang/AST/Stmt.h
Fariborz Jahanian
fjahanian at apple.com
Wed Jan 30 12:03:29 PST 2008
Author: fjahanian
Date: Wed Jan 30 14:03:29 2008
New Revision: 46570
URL: http://llvm.org/viewvc/llvm-project?rev=46570&view=rev
Log:
Typo.
Modified:
cfe/trunk/include/clang/AST/Stmt.h
Modified: cfe/trunk/include/clang/AST/Stmt.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Stmt.h?rev=46570&r1=46569&r2=46570&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Stmt.h (original)
+++ cfe/trunk/include/clang/AST/Stmt.h Wed Jan 30 14:03:29 2008
@@ -935,7 +935,7 @@
/// ObjCAtSynchronizedStmt - This is for objective-c's @synchronized statement.
/// Example: @synchronized (sem) {
-/// do-somthing;
+/// do-something;
/// }
///
class ObjCAtSynchronizedStmt : public Stmt {
More information about the cfe-commits
mailing list