Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Thu, 10 Apr 2008 22:27:06 +0000 (22:27 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 10 Apr 2008 22:27:06 +0000 (22:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49502 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ScheduleDAG.h

index 8c63aaf2822304caaf2f32d5fb46cce556e4f1fd..12e6c499b7cf0e92553c03a3c4bb7ae986dafb31 100644 (file)
@@ -256,7 +256,7 @@ namespace llvm {
     DenseMap<SDNode*, std::vector<SUnit*> > SUnitMap;
                                           // SDNode to SUnit mapping (n -> n).
     std::vector<SUnit> SUnits;            // The scheduling units.
-    SmallSet<SDNode*, 16> CommuteSet;     // Nodes the should be commuted.
+    SmallSet<SDNode*, 16> CommuteSet;     // Nodes that should be commuted.
 
     ScheduleDAG(SelectionDAG &dag, MachineBasicBlock *bb,
                 const TargetMachine &tm);