diff options
-rw-r--r-- | llvm/include/llvm/CodeGen/TargetSchedule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/TargetSchedule.h b/llvm/include/llvm/CodeGen/TargetSchedule.h index 4cf6f778a6c..5023f4906e8 100644 --- a/llvm/include/llvm/CodeGen/TargetSchedule.h +++ b/llvm/include/llvm/CodeGen/TargetSchedule.h @@ -9,7 +9,7 @@ // // This file defines a wrapper around MCSchedModel that allows the interface to // benefit from information currently only available in TargetInstrInfo. -// Ideally, the scheduling interface would be fully defined in the MC layter. +// Ideally, the scheduling interface would be fully defined in the MC layer. // //===----------------------------------------------------------------------===// |