From c68dcdb413079d92118839dbd835e125293f411a Mon Sep 17 00:00:00 2001 From: Fraser Cormack Date: Wed, 18 Nov 2015 15:02:59 +0000 Subject: [PATCH] Fix typo in comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253462 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCInstrItineraries.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/MC/MCInstrItineraries.h b/include/llvm/MC/MCInstrItineraries.h index 161705de7c4..b2871a9805e 100644 --- a/include/llvm/MC/MCInstrItineraries.h +++ b/include/llvm/MC/MCInstrItineraries.h @@ -38,7 +38,7 @@ namespace llvm { /// /// { 2, x|y, 1 } /// indicates that the stage occupies either FU x or FU y for 2 -/// consecuative cycles and that the next stage starts one cycle +/// consecutive cycles and that the next stage starts one cycle /// after this stage starts. That is, the stage requirements /// overlap in time. /// -- 2.34.1