[all-commits] [llvm/llvm-project] c23e2c: [libcxx] Fixed a number of typos
Gabriel Ravier via All-commits
all-commits at lists.llvm.org
Tue Aug 2 03:43:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c23e2c015fb78411af0280a5af6437614b7192b3
https://github.com/llvm/llvm-project/commit/c23e2c015fb78411af0280a5af6437614b7192b3
Author: Gabriel Ravier <gabravier at gmail.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/include/__config
M libcxx/src/support/runtime/stdexcept_vcruntime.ipp
M libcxx/test/libcxx/utilities/optional/optional.object/triviality.abi.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.context/format.context/ctor.pass.cpp
M libcxx/test/support/format_string.h
M libcxx/utils/libcxx/test/dsl.py
Log Message:
-----------
[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
More information about the All-commits
mailing list