[libcxx] Fixed a number of typos
authorGabriel Ravier <gabravier@gmail.com>
Tue, 2 Aug 2022 10:42:04 +0000 (12:42 +0200)
committerNikolas Klauser <nikolasklauser@berlin.de>
Tue, 2 Aug 2022 10:42:34 +0000 (12:42 +0200)
commitc23e2c015fb78411af0280a5af6437614b7192b3
treef0f4d6d8afdd7faa64ff01040c1a63ef47ffafe9
parentb651fdff79027064071db7c1d0250553e3e6a232
[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
libcxx/CMakeLists.txt
libcxx/include/__config
libcxx/src/support/runtime/stdexcept_vcruntime.ipp
libcxx/test/libcxx/utilities/optional/optional.object/triviality.abi.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.context/format.context/ctor.pass.cpp
libcxx/test/support/format_string.h
libcxx/utils/libcxx/test/dsl.py