[PATCH] doc: Fix typo

2025-06-16 Thread anameisrequired
essa Heinbokel Date: Tue, 17 Jun 2025 03:15:02 +0200 Subject: [PATCH] doc: Fix typo This fixes a one-letter typo of the same word in two files. gcc/ChangeLog: * doc/invoke.texi: Fix typo gigibyte -> gibibyte. * doc/options.texi: Same. Signed-off-by: Vanessa Heinbokel --- gcc/doc/invok

[PATCH] doc: Fix typo in description of hardbool attribute

2024-02-01 Thread Jonathan Wakely
I'm going to push this as obvious. -- >8 -- gcc/ChangeLog: * doc/extend.texi (Common Type Attributes): Fix typo in description of hardbool. --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index

Re: [PATCH] doc: Fix typo in -Wall description

2023-02-17 Thread Siddhesh Poyarekar
On 2023-02-17 14:43, Jeff Law wrote: On 2/17/23 06:41, Siddhesh Poyarekar wrote: -Wall enables -Wuse-after-free=2 and not -Wuse-after-free=3. gcc/ChangeLog: * gcc/doc/invoke.texi (@item -Wall): Fix typo in -Wuse-after-free. Looks obvious to me.  If you haven't committed it already,

Re: [PATCH] doc: Fix typo in -Wall description

2023-02-17 Thread Jeff Law via Gcc-patches
On 2/17/23 06:41, Siddhesh Poyarekar wrote: -Wall enables -Wuse-after-free=2 and not -Wuse-after-free=3. gcc/ChangeLog: * gcc/doc/invoke.texi (@item -Wall): Fix typo in -Wuse-after-free. Looks obvious to me. If you haven't committed it already, go ahead. jeff

[PATCH] doc: Fix typo in -Wall description

2023-02-17 Thread Siddhesh Poyarekar
-Wall enables -Wuse-after-free=2 and not -Wuse-after-free=3. gcc/ChangeLog: * gcc/doc/invoke.texi (@item -Wall): Fix typo in -Wuse-after-free. Signed-off-by: Siddhesh Poyarekar --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/i

[PATCH] doc: Fix typo

2020-04-01 Thread Segher Boessenkool
From: Joerg Sonnenberger I committed this patch for a typo spotted by Joerg Sonnenbecker: 2020-04-01 Joerg Sonnenberger * doc/extend.texi (Common Function Attributes): Fix typo. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f1f2064..bde3748 100644 --- a/gcc/doc/ext

Re: [PATCH] doc: Fix typo: mno-lsc -> mno-llsc

2012-04-06 Thread Richard Sandiford
Matt Turner writes: > 2012-04-04 Matt Turner > > gcc/ > * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". Thanks, applied to trunk, 4.7, 4.6 and 4.5. Richard

[PATCH] doc: Fix typo: mno-lsc -> mno-llsc

2012-04-04 Thread Matt Turner
2012-04-04 Matt Turner gcc/ * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". --- Still waiting on copyright assignment, but I think this doc patch is trivial enough to be committed without it. gcc/doc/install.texi |2 +- 1 files changed, 1 insertions(+), 1 delet