[Openmp-commits] [PATCH] D131166: [openmp] Fixed a number of typos

Gabriel Ravier via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 4 07:13:41 PDT 2022


GabrielRavier created this revision.
Herald added subscribers: kosarev, kerbowa, guansong, yaxunl, jvesely.
Herald added a project: All.
GabrielRavier requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131166

Files:
  openmp/libomptarget/DeviceRTL/include/Configuration.h
  openmp/libomptarget/DeviceRTL/src/Workshare.cpp
  openmp/libomptarget/include/omptargetplugin.h
  openmp/libomptarget/plugins/amdgpu/impl/system.cpp
  openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
  openmp/libomptarget/src/rtl.cpp
  openmp/runtime/src/i18n/en_US.txt
  openmp/runtime/src/kmp_affinity.cpp
  openmp/runtime/src/kmp_csupport.cpp
  openmp/runtime/src/kmp_io.cpp
  openmp/runtime/src/kmp_itt.h
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/kmp_settings.cpp
  openmp/runtime/src/kmp_tasking.cpp
  openmp/runtime/src/kmp_utility.cpp
  openmp/runtime/test/affinity/libomp_test_topology.h
  openmp/runtime/test/critical/omp_critical_with_hint.c
  openmp/runtime/test/tasking/hidden_helper_task/single_helper_thread.c
  openmp/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c
  openmp/runtime/tools/lib/tools.pm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131166.449966.patch
Type: text/x-patch
Size: 14892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220804/94f7acc4/attachment-0001.bin>


More information about the Openmp-commits mailing list