[llvm-commits] [llvm] r163935 - /llvm/trunk/include/llvm/CodeGen/TargetSchedule.h
Andrew Trick
atrick at apple.com
Fri Sep 14 13:27:26 PDT 2012
Author: atrick
Date: Fri Sep 14 15:27:25 2012
New Revision: 163935
URL: http://llvm.org/viewvc/llvm-project?rev=163935&view=rev
Log:
comment typo
Modified:
llvm/trunk/include/llvm/CodeGen/TargetSchedule.h
Modified: llvm/trunk/include/llvm/CodeGen/TargetSchedule.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/TargetSchedule.h?rev=163935&r1=163934&r2=163935&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/TargetSchedule.h (original)
+++ llvm/trunk/include/llvm/CodeGen/TargetSchedule.h Fri Sep 14 15:27:25 2012
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list