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
CMakeLists.txt
alignment.compile.pass.cpp
bad_unwind_info.pass.cpp
floatregister.pass.cpp
forceunwind.pass.cpp [libunwind] undef NDEBUG for assert.h in tests. 2022-08-04 19:55:40 -07:00
frameheadercache_test.pass.cpp
libunwind_01.pass.cpp
libunwind_02.pass.cpp [libunwind] undef NDEBUG for assert.h in tests. 2022-08-04 19:55:40 -07:00
lit.cfg.py
lit.site.cfg.in
remember_state_leak.pass.sh.s
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