Correct word hyphenations
[oota-llvm.git] / include / llvm / CodeGen / ScheduleDAGInstrs.h
index fe4f3c2de3b6b170c0c01282884fa6d3157f91e9..aaf29ff52af76332a5a86908d653dc0e44bd71de 100644 (file)
@@ -43,7 +43,7 @@ namespace llvm {
   };
 
   /// Record a physical register access.
-  /// For non data-dependent uses, OpIdx == -1.
+  /// For non-data-dependent uses, OpIdx == -1.
   struct PhysRegSUOper {
     SUnit *SU;
     int OpIdx;