On 27/05/26 18:52, Jeffrey Law wrote:
External email: Use caution opening links or attachments
On 5/27/2026 6:35 AM, Dhruv Chawla wrote:
On 18/05/26 15:12, [email protected] wrote:
External email: Use caution opening links or attachments
From: Dhruv Chawla <[email protected]>
This patch series is a comb through the GCC codebase to try and
eliminate as many source-level typos as I could find. I have tried to
roughly organize it component-wise to make it easier to review. I also
split up the gcc/ directory into 4 patches, with roughly 100 changes
in each patch.
This first series fixes typos in target-independent files, with backend
changes being part of a separate series that will form part 2.
I have not modified testsuite or generated sources, and would appreciate
help on which files I need to regenerate based on the build files
that have
been modified. I have also tried to avoid modifying externally developed
projects like the go/rust frontends.
I would like an explicit OK on these patches as they contain a very
large number of changes. I would like to land these within the next few
days as rebasing can be time-consuming.
This would not have been possible without the help of the codespell tool
(https://github.com/codespell-project/codespell), whose replacement
suggestions formed the foundation of this work.
Bootstrapped and regtested on aarch64-linux-gnu.
Hi all,
Given that the v2 changes are very minor, I will be committing this
series in the next 2-3 days.
Sounds good. Thanks for all the cleanups.
jeff
This series has been committed as:
r17-999-gc25974b0526718 - toplevel: Fix typos in build files
r17-1000-g90d7c6588f5581 - ada: Fix typos in various files
r17-1001-gcae19c78ce7e1c - algol68, libga68: Fix typos in various files
r17-1002-ga4aea1bb3876ec - analyzer: Fix typos in various files
r17-1003-gc60f6373a735f3 - c-family, c: Fix typos in various files
r17-1004-gb7e8e4e99a8323 - cobol, libgcobol: Fix typos in various files
r17-1005-g752db3d0c4b7f2 - cp: Fix typos in various files
r17-1006-g41e082f68f0ee0 - d: Fix typos in various files
r17-1007-g7fbc286a1ddfc1 - doc: Fix typos in various files
r17-1008-g08f1d50a1ab17c - fixincludes: Fix typos in various files
r17-1009-g835422337c8b4f - fortran: Fix typos in various files
r17-1010-gd1051b48f8330f - gcc/[a-d]*: Fix typos in various files
r17-1011-gfb63f4c04d2336 - gcc/[e-m]*: Fix typos in various files
r17-1012-gbc83d67f2b5f57 - gcc/[o-r]*: Fix typos in various files
r17-1013-g530fbc3267de48 - gcc/[s-z]*: Fix typos in various files
r17-1014-g35e2a18fe48625 - generators: Fix typos in various files
r17-1015-g570ebf2ad5c713 - gimple: Fix typos in various files
r17-1016-gd52d48ad351f95 - ipa: Fix typos in various files
r17-1017-g3b6dbfc2adb0a2 - include: Fix typos in various files
r17-1018-g83077438680471 - jit: Fix typos in various files
r17-1019-gc4a1e16d31a24b - lto: Fix typos in various files
r17-1020-g776ee3a7714bd7 - rtl-ssa: Fix typos in various files
r17-1021-g2b5f932a652893 - tree: Fix typos in various files
r17-1022-g782966eb73f409 - tree-ssa: Fix typos in various files
r17-1023-g7ec8e1cf4bc8a6 - vect: Fix typos in various files
r17-1024-g4647b5877c9b07 - libatomic: Fix typos in various files
r17-1025-ga060a4a52d9d5c - libbacktrace: Fix typos in various files
r17-1026-gb67e838042dca8 - libcody: Fix typos in README.md
r17-1027-g47d1cd3f200cb0 - libcpp: Fix typos in various files
r17-1028-gb966e87aa42ad4 - libdecnumber: Fix typos in various files
r17-1029-g2aef6c1a5bc39e - libgcc: Fix typos in various files
r17-1030-g7be164d7fc738d - libgfortran: Fix typos in various files
r17-1031-ga886b383b26a02 - libgm2: Fix typos in configure.ac
r17-1032-ge9a576fd48fc74 - libgomp: Fix typos in various files
r17-1033-g06fb00cb66d88c - libiberty: Fix typos in various files
r17-1034-g37d543cac19050 - libitm: Fix typos in various files
r17-1035-g8848a393c5b972 - libquadmath: Fix typos in various files
r17-1036-gb1263bca56ea82 - libstdc++: Fix typos in various files
r17-1037-g6cd2202e0851e7 - libvtv: Fix typos in various files
r17-1038-g3947b744cabc2d - lto-plugin: Fix typos in lto-plugin.c
r17-1039-gfbf903e5b9f544 - Re-flow lines made longer than 80 characters by typo
fixes
r17-1040-gf1e8104a8eb918 - testsuite: Fix testsuite failures after typo fixes
Thanks for the reviews everyone :)
--
Regards,
Dhruv