[all-commits] [llvm/llvm-project] 5dbd8f: [lld] Fixed a number of typos

Gabriel Ravier via All-commits all-commits at lists.llvm.org
Tue Aug 2 06:55:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5dbd8faad52d0807e9913d412e2cb21d68ac30d1
      https://github.com/llvm/llvm-project/commit/5dbd8faad52d0807e9913d412e2cb21d68ac30d1
  Author: Gabriel Ravier <gabravier at gmail.com>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

  Changed paths:
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/MachO/Options.td
    M lld/test/ELF/common-archive-lookup.s
    M lld/test/ELF/init-fini.s
    M lld/test/ELF/lto/duplicated-name.ll
    M lld/test/MachO/tools/generate-cfi-funcs.py
    M lld/test/MachO/tools/generate-thunkable-program.py
    M lld/test/wasm/debuginfo-undefined-global.s

  Log Message:
  -----------
  [lld] 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).

Differential Revision: https://reviews.llvm.org/D130982




More information about the All-commits mailing list