]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 9 May 2010 12:16:11 +0000 (12:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 9 May 2010 12:16:11 +0000 (12:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103378 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Scope.h

index d7a0e3583ca5bb85fb99751af5987ebb0b649e53..023f40d3957c8968800014f1b1c96a2beff9e07e 100644 (file)
@@ -74,7 +74,7 @@ public:
     /// 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
   };