mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 21:06:50 +00:00
[NFC] Fix a typo (#121545)
`InputSectionBase::relsOrRelas` make at most one array-ref non-empty. One-off counter (as debugging log) shows the number of empty member containers is 2 or 3 in a real build. Fix the typo.
This commit is contained in:
parent
e6f76378c2
commit
ee9be864bc
@ -33,7 +33,7 @@ class SyntheticSection;
|
||||
template <class ELFT> class ObjFile;
|
||||
class OutputSection;
|
||||
|
||||
// Returned by InputSectionBase::relsOrRelas. At most one member is empty.
|
||||
// Returned by InputSectionBase::relsOrRelas. At least two members are empty.
|
||||
template <class ELFT> struct RelsOrRelas {
|
||||
Relocs<typename ELFT::Rel> rels;
|
||||
Relocs<typename ELFT::Rela> relas;
|
||||
|
Loading…
x
Reference in New Issue
Block a user