Fix spelling intruction -> instruction.
[oota-llvm.git] / lib / CodeGen / StackColoring.cpp
index faaa6e73e4e704c7dbddcb2841775f3317dc3073..1bbaea223704f8df7bfdb7aac4c5df5e5e26c373 100644 (file)
@@ -170,7 +170,7 @@ private:
   /// slots to use the joint slots.
   void remapInstructions(DenseMap<int, int> &SlotRemap);
 
-  /// The input program may contain intructions which are not inside lifetime
+  /// The input program may contain instructions which are not inside lifetime
   /// markers. This can happen due to a bug in the compiler or due to a bug in
   /// user code (for example, returning a reference to a local variable).
   /// This procedure checks all of the instructions in the function and