mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[libunwind][NFC] Fix typo in comment
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user