[llvm] r189997 - comment typo

Andrew Trick atrick at apple.com
Wed Sep 4 14:12:05 PDT 2013


Author: atrick
Date: Wed Sep  4 16:12:05 2013
New Revision: 189997

URL: http://llvm.org/viewvc/llvm-project?rev=189997&view=rev
Log:
comment typo

Modified:
    llvm/trunk/lib/CodeGen/MachineScheduler.cpp

Modified: llvm/trunk/lib/CodeGen/MachineScheduler.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineScheduler.cpp?rev=189997&r1=189996&r2=189997&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineScheduler.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineScheduler.cpp Wed Sep  4 16:12:05 2013
@@ -1470,7 +1470,7 @@ public:
 
     void reset() {
       // A new HazardRec is created for each DAG and owned by SchedBoundary.
-      // Detroying and reconstructing it is very expensive though. So keep
+      // Destroying and reconstructing it is very expensive though. So keep
       // invalid, placeholder HazardRecs.
       if (HazardRec && HazardRec->isEnabled()) {
         delete HazardRec;





More information about the llvm-commits mailing list