[llvm-commits] [llvm] r154329 - /llvm/trunk/include/llvm/CodeGen/LexicalScopes.h
Eric Christopher
echristo at apple.com
Mon Apr 9 10:54:34 PDT 2012
Author: echristo
Date: Mon Apr 9 12:54:34 2012
New Revision: 154329
URL: http://llvm.org/viewvc/llvm-project?rev=154329&view=rev
Log:
Typo.
Modified:
llvm/trunk/include/llvm/CodeGen/LexicalScopes.h
Modified: llvm/trunk/include/llvm/CodeGen/LexicalScopes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LexicalScopes.h?rev=154329&r1=154328&r2=154329&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LexicalScopes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LexicalScopes.h Mon Apr 9 12:54:34 2012
@@ -209,7 +209,7 @@
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;
More information about the llvm-commits
mailing list