From 1ef65d61d11a9ac038de13e8accdebb7e731d876 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Fri, 14 Sep 2012 20:27:25 +0000 Subject: [PATCH] comment typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163935 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/TargetSchedule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/TargetSchedule.h b/include/llvm/CodeGen/TargetSchedule.h index 4cf6f778a6c..5023f4906e8 100644 --- a/include/llvm/CodeGen/TargetSchedule.h +++ b/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. // //===----------------------------------------------------------------------===// -- 2.34.1