[libunwind] e8dac8b - [libunwind][NFC] Fix typo in comment

Louis Dionne via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 11 12:25:05 PDT 2020


Author: Louis Dionne
Date: 2020-08-11T15:24:52-04:00
New Revision: e8dac8b3dbe7a31af291032f1f3e95e789200590

URL: https://github.com/llvm/llvm-project/commit/e8dac8b3dbe7a31af291032f1f3e95e789200590
DIFF: https://github.com/llvm/llvm-project/commit/e8dac8b3dbe7a31af291032f1f3e95e789200590.diff

LOG: [libunwind][NFC] Fix typo in comment

Added: 
    

Modified: 
    libunwind/src/UnwindCursor.hpp

Removed: 
    


################################################################################
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) {


        


More information about the cfe-commits mailing list