[all-commits] [llvm/llvm-project] 9966b3: [BOLT] Fixed some typos
Gabriel Ravier via All-commits
all-commits at lists.llvm.org
Fri Sep 30 08:07:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9966b3e7281e8e283caf75fe061ed3037837758f
https://github.com/llvm/llvm-project/commit/9966b3e7281e8e283caf75fe061ed3037837758f
Author: Gabriel Ravier <gabravier at gmail.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M bolt/include/bolt/Core/DebugData.h
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/BinaryPasses.cpp
M bolt/lib/Passes/IndirectCallPromotion.cpp
M bolt/lib/Passes/ReorderData.cpp
M bolt/lib/Passes/RetpolineInsertion.cpp
M bolt/lib/RuntimeLibs/HugifyRuntimeLibrary.cpp
Log Message:
-----------
[BOLT] Fixed some 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: Amir, maksfb
Differential Revision: https://reviews.llvm.org/D130824
More information about the All-commits
mailing list