[llvm] r253462 - Fix typo in comment. NFC.

Fraser Cormack via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 07:02:59 PST 2015


Author: fcormack
Date: Wed Nov 18 09:02:59 2015
New Revision: 253462

URL: http://llvm.org/viewvc/llvm-project?rev=253462&view=rev
Log:
Fix typo in comment. NFC.

Modified:
    llvm/trunk/include/llvm/MC/MCInstrItineraries.h

Modified: llvm/trunk/include/llvm/MC/MCInstrItineraries.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCInstrItineraries.h?rev=253462&r1=253461&r2=253462&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCInstrItineraries.h (original)
+++ llvm/trunk/include/llvm/MC/MCInstrItineraries.h Wed Nov 18 09:02:59 2015
@@ -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.
 ///




More information about the llvm-commits mailing list