Implement review feedback. No functionality change.
[oota-llvm.git] / include / llvm / CodeGen / Passes.h
index 290e86f37ec761a154764aaea18d6d5e8f652cf4..45129829038e800c4926c7cd3f45ded33aa51179 100644 (file)
@@ -90,7 +90,7 @@ namespace llvm {
   FunctionPass *createPrologEpilogCodeInserter();
   
   /// LowerSubregs Pass - This pass lowers subregs to register-register copies
-  /// which yields suboptimial, but correct code if the register allocator
+  /// which yields suboptimal, but correct code if the register allocator
   /// cannot coalesce all subreg operations during allocation.
   ///
   FunctionPass *createLowerSubregsPass();