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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231495 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ExecutionDepsFix.cpp

index b3a22c83a80867f20ffe3f9b9f72ad82c86ca3e5..e28f21b1f2c7aa65ab25fa44927adaf65c9cfb14 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 {