forked from OSchip/llvm-project
[Scheduler] Fix typo in comments. NFC
This commit is contained in:
parent
1bb3488685
commit
f07f17ac7c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue