comment typo
authorAndrew Trick <atrick@apple.com>
Fri, 14 Sep 2012 20:27:25 +0000 (20:27 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 14 Sep 2012 20:27:25 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163935 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/TargetSchedule.h

index 4cf6f778a6caf00d3ed3b3fbc8b2d868d04c9e83..5023f4906e810b0e50ca5122f8ba17635a4cc9c6 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//