llvm-project/libunwind/src
Gabriel Ravier dad00daa7a [libunwind] Fixed a number of typos
I went over the output of the following mess of a command:

`(ulimit -m 2000000; ulimit -v 2000000; git ls-files -z | parallel --xargs -0 cat | aspell list --mode=none --ignore-case | grep -E '^[A-Za-z][a-z]*$' | sort | uniq -c | sort -n | grep -vE '.{25}' | aspell pipe -W3 | grep : | cut -d' ' -f2 | less)`

and proceeded to spend a few days looking at it to find probable typos
and fixed a few hundred of them in all of the llvm project (note, the
ones I found are not anywhere near all of them, but it seems like a
good start).

Reviewed By: #libunwind, MaskRay

Differential Revision: https://reviews.llvm.org/D130948
2022-08-20 18:09:03 -07:00
..
AddressSpace.hpp [libunwind] Remove __ANDROID_API__ < 18 workaround 2022-08-12 10:46:46 -07:00
CMakeLists.txt [runtimes] Introduce object libraries 2022-05-16 08:41:16 -04:00
CompactUnwinder.hpp [runtimes][NFC] Remove filenames at the top of the license notice 2021-11-17 16:30:52 -05:00
DwarfInstructions.hpp [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
DwarfParser.hpp [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
EHHeaderParser.hpp [libunwind] Add more information to eh_frame_hdr version error 2022-06-01 19:48:19 -07:00
FrameHeaderCache.hpp [libunwind][DWARF] Fix end of .eh_frame calculation 2020-09-16 19:00:57 -07:00
RWMutex.hpp [runtimes][NFC] Remove filenames at the top of the license notice 2021-11-17 16:30:52 -05:00
Registers.hpp [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
Unwind-EHABI.cpp [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
Unwind-EHABI.h [runtimes][NFC] Remove filenames at the top of the license notice 2021-11-17 16:30:52 -05:00
Unwind-seh.cpp [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
Unwind-sjlj.c [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
UnwindCursor.hpp [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
UnwindLevel1-gcc-ext.c [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
UnwindLevel1.c [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
UnwindRegistersRestore.S [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
UnwindRegistersSave.S [libunwind] Add SystemZ support 2022-05-02 14:35:29 +02:00
Unwind_AIXExtras.cpp [libunwind][AIX] Implement _Unwind_FindEnclosingFunction() using traceback table on AIX 2022-08-12 18:07:56 -04:00
Unwind_AppleExtras.cpp [runtimes][NFC] Remove filenames at the top of the license notice 2021-11-17 16:30:52 -05:00
assembly.h [libunwind][AIX] implementation of the unwinder for AIX 2022-04-13 11:29:37 -04:00
cet_unwind.h Add some prototypes to fix -Wstrict-prototypes. NFC 2022-04-09 09:46:39 -07:00
config.h [libunwind] Add SystemZ support 2022-05-02 14:35:29 +02:00
dwarf2.h [runtimes][NFC] Remove filenames at the top of the license notice 2021-11-17 16:30:52 -05:00
libunwind.cpp [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00
libunwind_ext.h [libunwind][AIX] implementation of the unwinder for AIX 2022-04-13 11:01:59 -04:00