diff options
| author | Fraser Cormack <fraser@codeplay.com> | 2015-11-18 15:02:59 +0000 |
|---|---|---|
| committer | Fraser Cormack <fraser@codeplay.com> | 2015-11-18 15:02:59 +0000 |
| commit | bba11df1850e4ad220fb2f53627239cfb503f2a2 (patch) | |
| tree | fa6875ff37f2d383eccd8d79bf06181e76a7243f | |
| parent | af722f8287594fe6c34813dfc2992e051db13a37 (diff) | |
| download | bcm5719-llvm-bba11df1850e4ad220fb2f53627239cfb503f2a2.tar.gz bcm5719-llvm-bba11df1850e4ad220fb2f53627239cfb503f2a2.zip | |
Fix typo in comment. NFC.
llvm-svn: 253462
| -rw-r--r-- | llvm/include/llvm/MC/MCInstrItineraries.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MCInstrItineraries.h b/llvm/include/llvm/MC/MCInstrItineraries.h index 161705de7c4..b2871a9805e 100644 --- a/llvm/include/llvm/MC/MCInstrItineraries.h +++ b/llvm/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. /// |

