From 4231346c8d862c838bb67d5e7f55d4f0438a0ff7 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Wed, 23 Apr 2014 10:20:31 +0000 Subject: [PATCH] Fixing typos in commit r206957 Differential Revision: http://reviews.llvm.org/D3451 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206960 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ScheduleSLM.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/X86/X86ScheduleSLM.td b/lib/Target/X86/X86ScheduleSLM.td index f29c987c96e..509f892deb0 100644 --- a/lib/Target/X86/X86ScheduleSLM.td +++ b/lib/Target/X86/X86ScheduleSLM.td @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file defines the machine model for Intal Silvermont to support +// This file defines the machine model for Intel Silvermont to support // instruction scheduling and other instruction cost heuristics. // //===----------------------------------------------------------------------===// @@ -27,7 +27,7 @@ def SLMModel : SchedMachineModel { let SchedModel = SLMModel in { -// Silveromnt has 5 reservation stations for micro-ops +// Silvermont has 5 reservation stations for micro-ops def IEC_RSV0 : ProcResource<1>; def IEC_RSV1 : ProcResource<1>;