diff options
author | Eric Christopher <echristo@apple.com> | 2012-04-09 17:54:34 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-04-09 17:54:34 +0000 |
commit | 31ba59afad2ed7cf7a6f3fc3aa40918044574177 (patch) | |
tree | 36b9e3c225b1dedd3d311bde94ecab16c818e7d5 | |
parent | 6bb5212b6e0ed2607f08217df7468cc4492f3197 (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154329 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/LexicalScopes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LexicalScopes.h b/include/llvm/CodeGen/LexicalScopes.h index 6cb5c9e0fb..eb01f66c31 100644 --- a/include/llvm/CodeGen/LexicalScopes.h +++ b/include/llvm/CodeGen/LexicalScopes.h @@ -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; |