llvm-project/lldb/examples
Gabriel Ravier 7240436c94
[lldb] 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/D131122
2022-09-13 10:38:38 -07:00
..
customization [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
darwin/heap_find [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
functions
interposing/darwin/fd_interposing [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00
lookup
plugins/commands
python [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
scripting [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
summaries [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
synthetic [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
test [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00