Skip to content

Commit f07f17a

Browse files
committed
[Scheduler] Fix typo in comments. NFC
1 parent 1bb3488 commit f07f17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/MC/MCSchedule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ struct MCExtraProcessorInfo {
205205
/// subtargets can't be done. Nonetheless, the abstract model is
206206
/// useful. Futhermore, subtargets typically extend this model with processor
207207
/// specific resources to model any hardware features that can be exploited by
208-
/// sceduling heuristics and aren't sufficiently represented in the abstract.
208+
/// scheduling heuristics and aren't sufficiently represented in the abstract.
209209
///
210210
/// The abstract pipeline is built around the notion of an "issue point". This
211211
/// is merely a reference point for counting machine cycles. The physical

0 commit comments

Comments
 (0)