Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2020-08-11 22:24:21 +0300
committerLouis Dionne <ldionne@apple.com>2020-08-11 22:24:52 +0300
commite8dac8b3dbe7a31af291032f1f3e95e789200590 (patch)
treefa3f9a75a14481d5c15a4015dfa9c4a05063e03f /libunwind/src/UnwindCursor.hpp
parentf969734c21e89a0e26f2490347d7be750500774e (diff)
[libunwind][NFC] Fix typo in comment
Diffstat (limited to 'libunwind/src/UnwindCursor.hpp')
-rw-r--r--libunwind/src/UnwindCursor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/UnwindCursor.hpp b/libunwind/src/UnwindCursor.hpp
index f346c720d22c..48902ea0250c 100644
--- a/libunwind/src/UnwindCursor.hpp
+++ b/libunwind/src/UnwindCursor.hpp
@@ -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) {