[cfe-commits] r103378 - /cfe/trunk/include/clang/Parse/Scope.h

Chandler Carruth chandlerc at gmail.com
Sun May 9 05:16:11 PDT 2010


Author: chandlerc
Date: Sun May  9 07:16:11 2010
New Revision: 103378

URL: http://llvm.org/viewvc/llvm-project?rev=103378&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/include/clang/Parse/Scope.h

Modified: cfe/trunk/include/clang/Parse/Scope.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Scope.h?rev=103378&r1=103377&r2=103378&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/Scope.h (original)
+++ cfe/trunk/include/clang/Parse/Scope.h Sun May  9 07:16:11 2010
@@ -74,7 +74,7 @@
     /// It always has FnScope and DeclScope set as well.
     ObjCMethodScope = 0x400,
     
-    /// ElseScope - This scoep corresponds to an 'else' scope of an if/then/else
+    /// ElseScope - This scope corresponds to an 'else' scope of an if/then/else
     /// statement.
     ElseScope = 0x800
   };





More information about the cfe-commits mailing list