From: Andrew Trick Date: Wed, 4 Sep 2013 21:12:05 +0000 (+0000) Subject: comment typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3d6e70c857ded2605699f7de1b18269f4fb390bf;p=oota-llvm.git comment typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189997 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachineScheduler.cpp b/lib/CodeGen/MachineScheduler.cpp index 5b35ab97d49..d9850d32f0a 100644 --- a/lib/CodeGen/MachineScheduler.cpp +++ b/lib/CodeGen/MachineScheduler.cpp @@ -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;