Typo.
authorEric Christopher <echristo@apple.com>
Mon, 9 Apr 2012 17:54:34 +0000 (17:54 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 9 Apr 2012 17:54:34 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154329 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LexicalScopes.h

index 6cb5c9e0fba4606bc30ff2954d49dd5859113349..eb01f66c31294b2a10833642e84441ba12b80f36 100644 (file)
@@ -209,7 +209,7 @@ public:
       Parent->closeInsnRange(NewScope);
   }
 
-  /// dominates - Return true if current scope dominsates given lexical scope.
+  /// dominates - Return true if current scope dominates given lexical scope.
   bool dominates(const LexicalScope *S) const {
     if (S == this)
       return true;