[libunwind] r358896 - [NFC] Fix typo in debug log
Louis Dionne via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 08:40:50 PDT 2019
Author: ldionne
Date: Mon Apr 22 08:40:50 2019
New Revision: 358896
URL: http://llvm.org/viewvc/llvm-project?rev=358896&view=rev
Log:
[NFC] Fix typo in debug log
Modified:
libunwind/trunk/src/UnwindCursor.hpp
Modified: libunwind/trunk/src/UnwindCursor.hpp
URL: http://llvm.org/viewvc/llvm-project/libunwind/trunk/src/UnwindCursor.hpp?rev=358896&r1=358895&r2=358896&view=diff
==============================================================================
--- libunwind/trunk/src/UnwindCursor.hpp (original)
+++ libunwind/trunk/src/UnwindCursor.hpp Mon Apr 22 08:40:50 2019
@@ -1740,7 +1740,7 @@ bool UnwindCursor<A, R>::getInfoFromComp
--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;
More information about the cfe-commits
mailing list