fix typo to cycle bots

This commit is contained in:
Nico Weber 2021-01-01 22:28:11 -05:00
parent fc3f53fcda
commit 568824798f
1 changed files with 1 additions and 1 deletions

View File

@ -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);