[llvm] f07f17a - [Scheduler] Fix typo in comments. NFC
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 10:36:22 PDT 2020
Author: David Green
Date: 2020-08-12T18:36:05+01:00
New Revision: f07f17ac7c14a611f8a2ba64a7ed76488f86078d
URL: https://github.com/llvm/llvm-project/commit/f07f17ac7c14a611f8a2ba64a7ed76488f86078d
DIFF: https://github.com/llvm/llvm-project/commit/f07f17ac7c14a611f8a2ba64a7ed76488f86078d.diff
LOG: [Scheduler] Fix typo in comments. NFC
Added:
Modified:
llvm/include/llvm/MC/MCSchedule.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/MC/MCSchedule.h b/llvm/include/llvm/MC/MCSchedule.h
index 66c5659af3a78..ee0e5b4df9f0e 100644
--- a/llvm/include/llvm/MC/MCSchedule.h
+++ b/llvm/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
More information about the llvm-commits
mailing list