[all-commits] [llvm/llvm-project] dad00d: [libunwind] Fixed a number of typos

Gabriel Ravier via All-commits all-commits at lists.llvm.org
Sat Aug 20 18:09:20 PDT 2022


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

  Changed paths:
    M libunwind/docs/conf.py
    M libunwind/include/mach-o/compact_unwind_encoding.h
    M libunwind/include/unwind.h
    M libunwind/src/DwarfInstructions.hpp
    M libunwind/src/DwarfParser.hpp
    M libunwind/src/Registers.hpp
    M libunwind/src/Unwind-EHABI.cpp
    M libunwind/src/Unwind-seh.cpp
    M libunwind/src/Unwind-sjlj.c
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindLevel1-gcc-ext.c
    M libunwind/src/UnwindLevel1.c
    M libunwind/src/UnwindRegistersRestore.S
    M libunwind/src/libunwind.cpp
    M libunwind/test/unwind_leaffunction.pass.cpp

  Log Message:
  -----------
  [libunwind] 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: #libunwind, MaskRay

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




More information about the All-commits mailing list