https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125348
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-16 branch has been updated by Jakub Jelinek <[email protected]>: https://gcc.gnu.org/g:2903d5c28f1a87d4c536cb98d958f30809e54fdd commit r16-8943-g2903d5c28f1a87d4c536cb98d958f30809e54fdd Author: Jakub Jelinek <[email protected]> Date: Tue May 19 14:00:14 2026 +0200 Fix up some typos [PR125348] The PR mentions some typos. I've removed those which I saw also in Dhruv's patchset, here is the rest. 2026-05-19 Jakub Jelinek <[email protected]> PR other/125348 gcc/ * config/i386/i386-expand.cc (ix86_expand_builtin): Fix diagnostic typo, forth -> fourth. gcc/ada/ * libgnat/s-regpat.ads: Fix comment spelling, paramter -> parameter. gcc/m2/ * gm2-compiler/M2GenGCC.mod (PerformLastForIterator): Fix diagnostic typo, intemediate -> intermediate. gcc/testsuite/ * gcc.target/i386/pr117416-2.c (prefetch_test): Adjust expected diagnostic spelling. * gdc.test/compilable/dtoh_TemplateDeclaration.d: Fix comment spelling, paramter -> parameter. Reviewed-by: Andrew Pinski <[email protected]> (cherry picked from commit 01e3a6a3d13b7e06e185031b1a0e25a1be404e65)
