This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fixed a number of typos
ClosedPublic

Authored by GabrielRavier on Jul 31 2022, 8:03 AM.

Details

Summary

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).

Diff Detail

Event Timeline

GabrielRavier created this revision.Jul 31 2022, 8:03 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: mehdi_amini. · View Herald Transcript
GabrielRavier requested review of this revision.Jul 31 2022, 8:03 AM
clementval accepted this revision.Aug 1 2022, 12:10 AM
clementval added a subscriber: clementval.

LGTM

This revision is now accepted and ready to land.Aug 1 2022, 12:10 AM
awarzynski accepted this revision.Aug 1 2022, 2:18 AM

LGTM, thanks for doing this!

Do you need help to land this?

Do you need help to land this?

I don't have commit access so yes (btw, since I recall this being needed, my Author field is Gabriel Ravier <gabravier@gmail.com>)

This revision was automatically updated to reflect the committed changes.

Do you need help to land this?

I don't have commit access so yes (btw, since I recall this being needed, my Author field is Gabriel Ravier <gabravier@gmail.com>)

I just pushed it. You should ask for access if you plan to contribute more.