[all-commits] [llvm/llvm-project] 9e37b1: [flang] Fixed a number of typos
Gabriel Ravier via All-commits
all-commits at lists.llvm.org
Thu Aug 25 09:12:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e37b1e5a0c15f36c5642406d5aa02a657a0b19c
https://github.com/llvm/llvm-project/commit/9e37b1e5a0c15f36c5642406d5aa02a657a0b19c
Author: Gabriel Ravier <gabravier at gmail.com>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M flang/docs/Extensions.md
M flang/docs/FIRArrayOperations.md
M flang/examples/FlangOmpReport/yaml_summarizer.py
M flang/lib/Optimizer/CodeGen/TargetRewrite.cpp
M flang/lib/Semantics/check-nullify.cpp
M flang/test/Driver/default-backend-pipelines.f90
M flang/test/Semantics/altreturn06.f90
M flang/test/Semantics/call27.f90
Log Message:
-----------
[flang] 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: awarzynski, clementval
Differential Revision: https://reviews.llvm.org/D130844
More information about the All-commits
mailing list