Fix typo.
authorEric Christopher <echristo@gmail.com>
Fri, 6 Mar 2015 18:20:23 +0000 (18:20 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 6 Mar 2015 18:20:23 +0000 (18:20 +0000)
llvm-svn: 231495

llvm/lib/CodeGen/ExecutionDepsFix.cpp

index b3a22c8..e28f21b 100644 (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 {