llvm-project/libunwind/test
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
..
configs [libunwind] Remove unused substitution in AIX libunwind config 2022-08-03 09:28:39 -04:00
libunwind [libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_TIMER 2021-10-13 08:02:31 -04:00
CMakeLists.txt [libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplication 2022-05-20 09:36:29 -04:00
alignment.compile.pass.cpp [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
bad_unwind_info.pass.cpp [libunwind][SystemZ] Use process_vm_readv to avoid potential segfaults 2022-07-18 16:54:48 +02:00
floatregister.pass.cpp [libunwind] Support cfi_undefined and cfi_register for float registers. 2021-09-27 12:04:02 +02:00
forceunwind.pass.cpp [libunwind] undef NDEBUG for assert.h in tests. 2022-08-04 19:55:40 -07:00
frameheadercache_test.pass.cpp [libunwind] Add missing licenses in test files 2022-04-03 08:55:57 -04:00
libunwind_01.pass.cpp [libunwind] Ensure test/libunwind_01.pass is not completely inlined 2022-06-20 09:05:49 +00:00
libunwind_02.pass.cpp [libunwind] undef NDEBUG for assert.h in tests. 2022-08-04 19:55:40 -07:00
lit.cfg.py [libunwind] Allow specifying custom Lit config files 2020-06-25 12:15:15 -04:00
lit.site.cfg.in [runtimes] Officially deprecate the legacy testing configuration system 2022-05-27 13:15:48 -04:00
remember_state_leak.pass.sh.s [libunwind] Add missing licenses in test files 2022-04-03 08:55:57 -04:00
signal_frame.pass.cpp [libunwind] undef NDEBUG for assert.h in tests. 2022-08-04 19:55:40 -07:00
signal_unwind.pass.cpp [libunwind] undef NDEBUG for assert.h in tests. 2022-08-04 19:55:40 -07:00
unw_getcontext.pass.cpp [libunwind] undef NDEBUG for assert.h in tests. 2022-08-04 19:55:40 -07:00
unwind_leaffunction.pass.cpp [libunwind] Fixed a number of typos 2022-08-20 18:09:03 -07:00