forked from OSchip/llvm-project
fix typo to cycle bots
This commit is contained in:
parent
fc3f53fcda
commit
568824798f
|
@ -165,7 +165,7 @@ void UnwindInfoSection::finalize() {
|
|||
});
|
||||
|
||||
// Truncate the vector to 127 elements.
|
||||
// Common encoding indexes are limited to 0..126, while enconding
|
||||
// Common encoding indexes are limited to 0..126, while encoding
|
||||
// indexes 127..255 are local to each second-level page
|
||||
if (commonEncodings.size() > COMMON_ENCODINGS_MAX)
|
||||
commonEncodings.resize(COMMON_ENCODINGS_MAX);
|
||||
|
|
Loading…
Reference in New Issue