Hi Stefan! Welcome to GCC, and thanks for your first (as far as I can quickly tell) patch submission here! (I came across this while working through GSoC 2026 stuff.) ;-)
(I suppose) your "User-Agent: Mozilla Thunderbird" has mangled some of the space characters in your inline patch into '\302\240', that is, UTF-8 encoding for non-breaking space. I suggest you either configure things for plain 'git send-email' to work, or use 'git format-patch' and add the '[...].patch' file(s) as attachment to email you sent, or use some service such as <https://man.sr.ht/git.sr.ht/#sending-patches-upstream>. All that said, which GCC sources have you been looking at? As far as I can tell, these typos (and more) have already been fixed in 2024-01-04 commit r14-6907-gab80d838d5e0e039c7ff4d8eec20819d8a820797 "OpenMP: trivial cleanups to omp-general.cc"? Grüße Thomas On 2026-03-04T18:51:51-0500, Stefan Weigl-Bosker <[email protected]> wrote: > From: Stefan Weigl-Bosker <[email protected]> > > gcc/ChangeLog: > > * omp-general.h: Fix typos. > --- > gcc/omp-general.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gcc/omp-general.h b/gcc/omp-general.h > index a3f6062cdeb..4a6d58471de 100644 > --- a/gcc/omp-general.h > +++ b/gcc/omp-general.h > @@ -1,5 +1,5 @@ > -/* General types and functions that are uselful for processing of OpenMP, > - OpenACC and similar directivers at various stages of compilation. > +/* General types and functions that are useful for processing of OpenMP, > + OpenACC and similar directives at various stages of compilation. > > Copyright (C) 2005-2026 Free Software Foundation, Inc. > > -- > 2.51.2
