Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231495 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2015-03-06 18:20:23 +00:00
parent 98ecf5a7ed
commit be76ce0ca1

View File

@ -205,7 +205,7 @@ private:
char ExeDepsFix::ID = 0;
/// Translate TRI register number to a list of indizes into our stmaller tables
/// Translate TRI register number to a list of indizes into our smaller tables
/// of interesting registers.
iterator_range<SmallVectorImpl<int>::const_iterator>
ExeDepsFix::regIndizes(unsigned Reg) const {