llvm-project/libcxx/utils
Gabriel Ravier c23e2c015f [libcxx] 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: #libc, philnik

Spies: philnik, libcxx-commits, mgorny, arichardson

Differential Revision: https://reviews.llvm.org/D130905
2022-08-02 12:42:34 +02:00
..
ci [libc++] Drop the legacy debug mode symbols by default 2022-07-19 17:16:06 -04:00
gdb/libcxx [libc++] Use bit field for checking if string is in long or short mode 2022-04-21 14:20:21 +02:00
libcxx [libcxx] Fixed a number of typos 2022-08-02 12:42:34 +02:00
symcheck-blacklists
CMakeLists.txt [libc++] Implement tests for private headers using the new generator 2022-04-04 17:44:47 -04:00
cat_files.py
generate_abi_list.py
generate_extended_grapheme_cluster_table.py [libc++] Implements Unicode grapheme clustering 2022-07-20 18:38:32 +02:00
generate_extended_grapheme_cluster_test.py [libc++] Implements Unicode grapheme clustering 2022-07-20 18:38:32 +02:00
generate_feature_test_macro_components.py [libc++] Implement P1423R3 (char8_t backward compatibility remediation) 2022-07-20 11:27:51 +02:00
generate_header_inclusion_tests.py [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
generate_header_tests.py [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abort 2022-07-29 13:52:42 -04:00
graph_header_deps.py [libc++] Remove the __libcpp_version file 2022-03-31 09:34:41 -04:00
run.py [libc++] Fix codesigning in run.py 2021-04-01 13:39:49 -04:00
ssh.py [libc++][NFC] Resolve Python 2 FIXME 2021-11-12 13:55:22 -05:00
sym_diff.py