From be76ce0ca1bef973bf13f5b11946b9801a767ccb Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 6 Mar 2015 18:20:23 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231495 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/ExecutionDepsFix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::const_iterator> ExeDepsFix::regIndizes(unsigned Reg) const { -- 2.34.1