From 51c55be3c270a0109546afaecd7a3e7d2013d763 Mon Sep 17 00:00:00 2001 From: David Green Date: Wed, 12 Aug 2020 18:36:05 +0100 Subject: [PATCH] [Scheduler] Fix typo in comments. NFC --- include/llvm/MC/MCSchedule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/MC/MCSchedule.h b/include/llvm/MC/MCSchedule.h index 66c5659af3a..ee0e5b4df9f 100644 --- a/include/llvm/MC/MCSchedule.h +++ b/include/llvm/MC/MCSchedule.h @@ -205,7 +205,7 @@ struct MCExtraProcessorInfo { /// subtargets can't be done. Nonetheless, the abstract model is /// useful. Futhermore, subtargets typically extend this model with processor /// specific resources to model any hardware features that can be exploited by -/// sceduling heuristics and aren't sufficiently represented in the abstract. +/// scheduling heuristics and aren't sufficiently represented in the abstract. /// /// The abstract pipeline is built around the notion of an "issue point". This /// is merely a reference point for counting machine cycles. The physical