summaryrefslogtreecommitdiffstats
path: root/libunwind/src
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-04-22 15:40:50 +0000
committerLouis Dionne <ldionne@apple.com>2019-04-22 15:40:50 +0000
commit4256cf1b0401acec951e36a3f58a5ad318358ef7 (patch)
tree8f51631cb38982b7c9eda8dc406d9bf94a607f89 /libunwind/src
parentf033617974a3c7bad402befd7c3d9246645dafcd (diff)
downloadbcm5719-llvm-4256cf1b0401acec951e36a3f58a5ad318358ef7.tar.gz
bcm5719-llvm-4256cf1b0401acec951e36a3f58a5ad318358ef7.zip
[NFC] Fix typo in debug log
llvm-svn: 358896
Diffstat (limited to 'libunwind/src')
-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 836de38a288..a96c9f39958 100644
--- a/libunwind/src/UnwindCursor.hpp
+++ b/libunwind/src/UnwindCursor.hpp
@@ -1740,7 +1740,7 @@ bool UnwindCursor<A, R>::getInfoFromCompactEncodingSection(pint_t pc,
--personalityIndex; // change 1-based to zero-based index
if (personalityIndex > sectionHeader.personalityArrayCount()) {
_LIBUNWIND_DEBUG_LOG("found encoding 0x%08X with personality index %d, "
- "but personality table has only %d entires",
+ "but personality table has only %d entries",
encoding, personalityIndex,
sectionHeader.personalityArrayCount());
return false;
OpenPOWER on IntegriCloud