> On Nov 16, 2021, at 4:19 PM, Marek Polacek via Gcc-patches > <gcc-patches@gcc.gnu.org> wrote: > > On Tue, Nov 16, 2021 at 01:09:15PM -0800, Mike Stump via Gcc-patches wrote: >> On Nov 15, 2021, at 5:48 PM, Marek Polacek via Gcc-patches >> <gcc-patches@gcc.gnu.org> wrote: >>> >>> Nitpicking time. It's spelled "ones' complement" rather than "one's >>> complement". I didn't go into config/. >>> >>> Ok for trunk? >> >> So, is it two's complement or twos' complement then? Seems like it should >> be the same, but wikipedia suggests it is two's complement, as does google. >> If that is wrong, you should go edit it as well. :-) > > It is "two's complement": > https://gcc.gnu.org/pipermail/gcc-patches/2021-November/584543.html > but Knuth also continues to say that there's "twos' complement notation", > which "has radix 3 and complementation with respect to (2...22)_3." > > > It's not lost on me how inconsequential this patch is; I'm happy to just > drop it and let the copy editor in me sleep. > > Marek To me it isn't so much a question of copy editing, but rather the fact that there clearly are two spellings, and if anything the one in the current text is the common one and the Knuth one found less often (perhaps only in Knuth). My answer is to go fix Wikipedia, if possible. paul
Re: [PATCH] Fix spelling of ones' complement.
Koning, Paul via Gcc-patches Tue, 16 Nov 2021 17:36:00 -0800
- [PATCH] Fix spelling of ones' com... Marek Polacek via Gcc-patches
- Re: [PATCH] Fix spelling of ... Koning, Paul via Gcc-patches
- Re: [PATCH] Fix spelling... Marek Polacek via Gcc-patches
- Re: [PATCH] Fix spel... Aldy Hernandez via Gcc-patches
- Re: [PATCH] Fix ... Koning, Paul via Gcc-patches
- Re: [PATCH]... Aldy Hernandez via Gcc-patches
- Re: [PA... Bernhard Reutner-Fischer via Gcc-patches
- Re: [PATCH] Fix spelling of ... Mike Stump via Gcc-patches
- Re: [PATCH] Fix spelling... Marek Polacek via Gcc-patches
- Re: [PATCH] Fix spel... Koning, Paul via Gcc-patches
- Re: [PATCH] Fix spelling of ... Eric Botcazou