From 6a8bfe719800b5fe47fcdc9dc3dcd29c13b39a48 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 6 Mar 2015 18:20:23 +0000 Subject: Fix typo. llvm-svn: 231495 --- llvm/lib/CodeGen/ExecutionDepsFix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/ExecutionDepsFix.cpp') diff --git a/llvm/lib/CodeGen/ExecutionDepsFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp index b3a22c83a80..e28f21b1f2c 100644 --- a/llvm/lib/CodeGen/ExecutionDepsFix.cpp +++ b/llvm/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 { -- cgit v1.2.3