Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / Target / X86 / X86VZeroUpper.cpp
index 65271dbaed70874874bdc18da1b2a8e098c7d59a..e4f567ffd5d9a59f5d823527df7883344dd20841 100644 (file)
@@ -205,7 +205,7 @@ bool VZeroUpperInserter::processBasicBlock(MachineFunction &MF,
   }
 
 
-  // The entry MBB for the function may set the inital state to dirty if
+  // The entry MBB for the function may set the initial state to dirty if
   // the function receives any YMM incoming arguments
   if (MBB == MF.begin()) {
     EntryState = ST_CLEAN;