[libunwind][NFC] Fix typo in comment

This commit is contained in:
Louis Dionne 2020-08-11 15:24:21 -04:00
parent f969734c21
commit e8dac8b3db
1 changed files with 1 additions and 1 deletions

View File

@ -1759,7 +1759,7 @@ bool UnwindCursor<A, R>::getInfoFromCompactEncodingSection(pint_t pc,
}
}
// extact personality routine, if encoding says function has one
// extract personality routine, if encoding says function has one
uint32_t personalityIndex = (encoding & UNWIND_PERSONALITY_MASK) >>
(__builtin_ctz(UNWIND_PERSONALITY_MASK));
if (personalityIndex != 0) {