comment typo.
llvm-svn: 197278
diff --git a/llvm/lib/CodeGen/ExecutionDepsFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp
index 031f19c..f2a61ef 100644
--- a/llvm/lib/CodeGen/ExecutionDepsFix.cpp
+++ b/llvm/lib/CodeGen/ExecutionDepsFix.cpp
@@ -557,7 +557,7 @@
for (MachineBasicBlock::reverse_iterator I = MBB->rbegin(), E = MBB->rend();
I != E; ++I) {
- // Update liveness, including the current instrucion's defs.
+ // Update liveness, including the current instruction's defs.
LiveUnits.stepBackward(*I, *TRI);
if (UndefMI == &*I) {