summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ExecutionDepsFix.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-03-06 18:20:23 +0000
committerEric Christopher <echristo@gmail.com>2015-03-06 18:20:23 +0000
commitbe76ce0ca1bef973bf13f5b11946b9801a767ccb (patch)
tree26a91ae842df4520ecef25c027413f32cfe00736 /lib/CodeGen/ExecutionDepsFix.cpp
parent98ecf5a7ed8bc31a93769bf3c86de33baca00c3f (diff)
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ExecutionDepsFix.cpp')
-rw-r--r--lib/CodeGen/ExecutionDepsFix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ExecutionDepsFix.cpp b/lib/CodeGen/ExecutionDepsFix.cpp
index b3a22c83a80..e28f21b1f2c 100644
--- a/lib/CodeGen/ExecutionDepsFix.cpp
+++ b/lib/CodeGen/ExecutionDepsFix.cpp
@@ -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 {