[committed] libgcobol: Fix typo in comment

2025-03-12 Thread Jonathan Wakely
libgcobol/ChangeLog: * charmaps.cc: Fix typo in comment. --- Committed as obvious. libgcobol/charmaps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgcobol/charmaps.cc b/libgcobol/charmaps.cc index 3b75c08dd2f..561fe230121 100644 --- a/libgcobol/charmaps.cc

[committed] libstdc++: Fix typo in comment in src/c++17/fs_dir.cc

2024-12-12 Thread Jonathan Wakely
libstdc++-v3/ChangeLog: * src/c++17/fs_dir.cc: Fix typo in comment. --- Pushed as obvious. libstdc++-v3/src/c++17/fs_dir.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/src/c++17/fs_dir.cc b/libstdc++-v3/src/c++17/fs_dir.cc index 8fe9e5e4cc8

[committed] libstdc++: Fix typo in comment in hashtable.h

2024-11-07 Thread Jonathan Wakely
And tweak grammar in a couple of comments. libstdc++-v3/ChangeLog: * include/bits/hashtable.h: Fix spelling in comment. --- Pushed as obvious. libstdc++-v3/include/bits/hashtable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/include/bits/hashtabl

[pushed: r15-4982] diagnostics: fix typo in comment

2024-11-06 Thread David Malcolm
Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to trunk as r15-4982-g6f4977ee545ab8. gcc/ChangeLog: * diagnostic.h (class diagnostic_context): Fix typo in leading comment. Signed-off-by: David Malcolm --- gcc/diagnostic.h | 2 +- 1 file changed, 1 insertio

[pushed] json.h: fix typo in comment

2024-08-26 Thread David Malcolm
Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to trunk as r15-3196-gb835710328847a. gcc/ChangeLog: * json.h: Fix typo in comment about missing INCLUDE_MEMORY. Signed-off-by: David Malcolm --- gcc/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] aarch64: Fix typo in comment about FEATURE_STRING

2024-04-02 Thread Richard Sandiford
Christophe Lyon writes: > Fix the comment to document FEATURE_STRING instead of FEAT_STRING. > > 2024-03-29 Christophe Lyon > > gcc/ > * config/aarch64/aarch64-option-extensions.def: Fix comment. OK, thanks. Richard > --- > gcc/config/aarch64/aarch64-option-extensions.def | 16 +

[PATCH] aarch64: Fix typo in comment about FEATURE_STRING

2024-03-29 Thread Christophe Lyon
Fix the comment to document FEATURE_STRING instead of FEAT_STRING. 2024-03-29 Christophe Lyon gcc/ * config/aarch64/aarch64-option-extensions.def: Fix comment. --- gcc/config/aarch64/aarch64-option-extensions.def | 16 1 file changed, 8 insertions(+), 8 deleti

[committed] libstdc++: Fix typo in comment

2023-11-28 Thread Jonathan Wakely
Tested x86_64-linux. Pushed to trunk. -- >8 -- libstdc++-v3/ChangeLog: * include/bits/stl_uninitialized.h: Fix typo in comment. --- libstdc++-v3/include/bits/stl_uninitialized.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/b

[COMMITTED] ada: Fix typo in comment of Ada.Exceptions.Save_Occurrence

2023-07-28 Thread Marc Poulhiès via Gcc-patches
From: Piotr Trojanek Minor typo in comment. gcc/ada/ * libgnat/a-except.ads (Save_Occurrence): Fix typo. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/libgnat/a-except.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/libgnat/a-except.a

[COMMITTED] ada: Minor fix typo in comment

2023-05-23 Thread Marc Poulhiès via Gcc-patches
From: Piotr Trojanek Spotted while reviewing a patch with a similar typo. gcc/ada/ * libgnat/s-mmap.adb (Mapped_Region_Record): Fix typo in comment. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/libgnat/s-mmap.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[COMMITTED] ada: Fix typo in comment

2023-05-15 Thread Marc Poulhiès via Gcc-patches
gcc/ada/ * exp_ch3.adb (Make_Allocator_For_Return): Fix typo in comment. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/exp_ch3.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index abe71b252e7

[committed] libstdc++: Fix typo in comment

2023-03-13 Thread Jonathan Wakely via Gcc-patches
Pushed to trunk. -- >8 -- Reported by Jonny Grant. libstdc++-v3/ChangeLog: * include/bits/allocator.h: Fix typo in comment. --- libstdc++-v3/include/bits/allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/bits/allocator.h b/libs

[committed] libstdc++: Fix typo in comment in bits/cow_string.h

2023-03-01 Thread Jonathan Wakely via Gcc-patches
Pushed to trunk. -- >8 -- libstdc++-v3/ChangeLog: * include/bits/cow_string.h: Fix typo in comment. --- libstdc++-v3/include/bits/cow_string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/include/bits/cow_string.h b/libstdc++-v3/include/b

RE: [PATCH][committed] aarch64: Fix typo in comment for aarch64_abs

2023-02-27 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Gcc-patches bounces+kyrylo.tkachov=arm@gcc.gnu.org> On Behalf Of Kyrylo > Tkachov via Gcc-patches > Sent: Monday, February 27, 2023 10:00 AM > To: gcc-patches@gcc.gnu.org > Subject: [PATCH][committed] aarch64: Fix typo in comm

[PATCH][committed] aarch64: Fix typo in comment for aarch64_abs

2023-02-27 Thread Kyrylo Tkachov via Gcc-patches
Pushing as obvious. gcc/ChangeLog: * config/aarch64/aarch64.md (aarch64_abs): Fix typo in comment. typo.patch Description: typo.patch

[COMMITTED] ada: Fix typo in comment

2023-01-16 Thread Marc Poulhiès via Gcc-patches
From: Eric Botcazou gcc/ada/ * exp_ch3.adb (Make_Allocator_For_Return): Fix typo in comment. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/exp_ch3.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index

[COMMITTED] ada: Fix typo in comment referring to pragma Restrictions

2022-11-04 Thread Marc Poulhiès via Gcc-patches
From: Piotr Trojanek Comment cleanup only. gcc/ada/ * libgnat/g-excact.ads (Register_Global_Action): Refill comment. (Name_To_Id): Change pragma Restriction from singular to plural. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/libgnat/g-excact.ads |

[Ada] Fix typo in comment for functional sets

2022-05-30 Thread Pierre-Marie de Rodat via Gcc-patches
Minor fix in a recently added comment. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * libgnat/a-cofuse.ads (Empty_Set): Fix typo in comment.diff --git a/gcc/ada/libgnat/a-cofuse.ads b/gcc/ada/libgnat/a-cofuse.ads --- a/gcc/ada/libgnat/a-cofuse.ads +++ b/gcc/ada/libgnat/a-co

[committed] libstdc++: Fix typo in comment

2022-01-21 Thread Jonathan Wakely via Gcc-patches
Tested powerpc64le-linux, pushed to trunk. libstdc++-v3/ChangeLog: * testsuite/20_util/shared_ptr/cons/array.cc: Fix comment. --- libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/testsuite/20_util/sh

[committed] testsuite: Fix typo in comment in aapcs64 test

2021-12-01 Thread Alex Coplan via Gcc-patches
Committed as obvious. Thanks, Alex gcc/testsuite/ChangeLog: * gcc.target/aarch64/aapcs64/macro-def.h (PTR): Fix typo in comment. diff --git a/gcc/testsuite/gcc.target/aarch64/aapcs64/macro-def.h b/gcc/testsuite/gcc.target/aarch64/aapcs64/macro-def.h index 72a47067631

[Ada] Fix typo in comment

2021-12-01 Thread Pierre-Marie de Rodat via Gcc-patches
I guess "tnat" means that. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * sem_aggr.adb (Resolve_Aggregate): Fix typo in comment.diff --git a/gcc/ada/sem_aggr.adb b/gcc/ada/sem_aggr.adb --- a/gcc/ada/sem_aggr.adb +++ b/gcc/ada/sem_aggr.adb @@ -891,7 +891,7 @@ package body Se

[COMMITTED] dwarf2ctf: fix typo in comment

2021-10-13 Thread Jose E. Marchesi via Gcc-patches
gcc/ChangeLog: * dwarf2ctf.c: Fix typo in comment. --- gcc/dwarf2ctf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/dwarf2ctf.c b/gcc/dwarf2ctf.c index b686bafda44..c9e70798a3b 100644 --- a/gcc/dwarf2ctf.c +++ b/gcc/dwarf2ctf.c @@ -33,7 +33,7 @@ static ctf_id_t

[Ada] Fix typo in comment related to derived discriminated types

2021-07-09 Thread Pierre-Marie de Rodat
Minor typo; found while fixing handling of tagged types in GNATprove. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * exp_util.ads (Map_Types): Fix typo.diff --git a/gcc/ada/exp_util.ads b/gcc/ada/exp_util.ads --- a/gcc/ada/exp_util.ads +++ b/gcc/ada/exp_util.ads @@ -915,7 +

[committed] libstdc++: Fix typo in comment

2021-04-22 Thread Jonathan Wakely via Gcc-patches
libstdc++-v3/ChangeLog: * config/os/gnu-linux/os_defines.h: Fix type in comment. Tested powerpc64le-linux. Committed to trunk. commit 19aa9bc9897955817622574e62b53b24ae0837e9 Author: Jonathan Wakely Date: Thu Apr 22 15:48:29 2021 libstdc++: Fix typo in comment libstdc

Re: [PATCH] lto: Fix typo in comment of gcc/lto/lto-symtab.c

2020-11-18 Thread Jeff Law via Gcc-patches
On 11/14/20 3:18 AM, Jerry Clcanny via Gcc-patches wrote: > Hi, thanks for reviewing this patch. This patch just change a typo in > comment of gcc/lto/lto-symtab.c. The original comment is "because after > removing one of duplicate decls the hash is not correcly updated to the > ohter dupliate."

[PATCH] lto: Fix typo in comment of gcc/lto/lto-symtab.c

2020-11-14 Thread Jerry Clcanny via Gcc-patches
don't do any tesst and provide reports. fix-typo-in-comment-of-lto-symtab-c.patch Description: Binary data

[committed] libgccjit.h: fix typo in comment

2020-11-12 Thread David Malcolm via Gcc-patches
Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to master as 8948a5715b00fe36d20c03b6c4c4397b74cc6282. gcc/jit/ChangeLog: * libgccjit.h: Fix typo in comment. --- gcc/jit/libgccjit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc

Re: [AARCH64] Fix typo in comment

2019-06-12 Thread Kugan Vivekanandarajah
> > Attached patch fixes this. I believe this falls under obvious > > category. I will commit it after 48hrs unless comments should be > > better worded. > > > > Thanks, > > Kugan > > > > > > gcc/ChangeLog: > > > > 2019-06-12 Kug

Re: [AARCH64] Fix typo in comment

2019-06-12 Thread Kyrill Tkachov
/ChangeLog: 2019-06-12  Kugan Vivekanandarajah     * config/aarch64/iterators.md (ADDSUB): Fix typo in comment. diff --git a/gcc/config/aarch64/iterators.md b/gcc/config/aarch64/iterators.md index 2179e6f..49c8146 100644 --- a/gcc/config/aarch64/iterators.md +++ b/gcc/config/aarch64

[AARCH64] Fix typo in comment

2019-06-11 Thread Kugan Vivekanandarajah
/aarch64/iterators.md (ADDSUB): Fix typo in comment. diff --git a/gcc/config/aarch64/iterators.md b/gcc/config/aarch64/iterators.md index 2179e6f..49c8146 100644 --- a/gcc/config/aarch64/iterators.md +++ b/gcc/config/aarch64/iterators.md @@ -1215,7 +1215,7 @@ ;; Signed and unsigned max operations

[PATCH] Fix typo in comment

2019-04-03 Thread Jonathan Wakely
* files.c (search_path_exhausted): Fix typo in comment. Committed as obvious. commit 0e105a283e738b74744fa806a19d5f4afe56732a Author: Jonathan Wakely Date: Wed Apr 3 18:55:08 2019 +0100 Fix typo in comment * files.c (search_path_exhausted): Fix typo in comment

[PATCH] scripts/create_testsuite_files: Fix typo in comment.

2018-07-16 Thread Jonathan Wakely
Committed to trunk. commit 2a123b20c5bbb6b54d157281e2dbe546a28086f5 Author: Jonathan Wakely Date: Mon Jul 16 18:41:31 2018 +0100 * scripts/create_testsuite_files: Fix typo in comment. diff --git a/libstdc++-v3/scripts/create_testsuite_files b/libstdc++-v3/scripts

[Committed] Fix typo in comment.

2018-01-08 Thread Steve Kargl
Committed as obvious. Index: ChangeLog === --- ChangeLog (revision 256351) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2018-01-08 Steven G. Kargl + + * expr.c (gfc_check_pointer_assign): Fix typo in comment. + 2018-01

[C++ Patch, committed] Fix typo in comment

2017-12-19 Thread Paolo Carlini
Hi, noticed a while ago, fix just committed. Thanks, Paolo. /// 2017-12-19 Paolo Carlini * cp-tree.h: Fix typo in comment. Index: cp-tree.h === --- cp-tree.h (revision 255814) +++ cp-tree.h (working

[PATCH, GCC/ARM] Fix typo in comment in arm_expand_prologue

2017-05-24 Thread Thomas Preudhomme
Committed this obvious typo fix for a comment in arm_expand_prologue. ChangeLog entry is as follows: *** gcc/ChangeLog *** 2017-05-24 Thomas Preud'homme * config/arm/arm.c (arm_expand_prologue): Fix typo in comment. Best regards, Thomas diff --git a/gcc/config/arm/arm.c

[PATCH] include/std/chrono (system_clock): Fix typo in comment.

2016-09-28 Thread Jonathan Wakely
Committed to trunk. commit 6246cb3120548a1dfc62bf7aa538f3e5538123c9 Author: Jonathan Wakely Date: Wed Sep 28 19:03:43 2016 +0100 * include/std/chrono (system_clock): Fix typo in comment. diff --git a/libstdc++-v3/include/std/chrono b/libstdc++-v3/include/std/chrono index f29d8e1

fix typo in comment in tree-ssa-strlen.c

2016-07-21 Thread Prathamesh Kulkarni
Committed as obvious (r238588). Thanks, Prathamesh Index: tree-ssa-strlen.c === --- tree-ssa-strlen.c (revision 238587) +++ tree-ssa-strlen.c (working copy) @@ -2383,7 +2383,7 @@ }; /* Callback for walk_dominator_tree. Attemp

[patch] Fix typo in comment

2016-04-18 Thread Jonathan Wakely
Committed to trunk. commit 9d7cfe77dece94e80e93aebc0c159824b33fcfd5 Author: Jonathan Wakely Date: Thu Apr 7 12:28:38 2016 +0100 * config/cpu/sh/atomicity.h: Fix typo in comment. diff --git a/libstdc++-v3/config/cpu/sh/atomicity.h b/libstdc++-v3/config/cpu/sh/atomicity.h index bc62cf8

[PATCH][ifcvt][obvious] Fix typo in comment

2015-06-03 Thread Kyrill Tkachov
Hi all, Committed as obvious with r224075. Cheers, Kyrill 2015-06-03 Kyrylo Tkachov * ifcvt (end_ifcvt_sequence): Fix typo in comment above. diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 986f28f..4e6c0d5 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -1043,7 +1043,7 @@ cc_in_cond

Patch committed: Fix typo in comment in tree-vrp.c

2014-10-23 Thread Ian Taylor
This patch fixes a typo in a comment in tree-vrp.c. Committed as obvious. Ian 2014-10-23 Ian Lance Taylor * tree-vrp.c (extract_range_from_assert): Fix typo in comment. Index: gcc/tree-vrp.c === --- gcc/tree-vrp.c

Re: [PATCH] Fix typo in comment for IRA

2014-10-14 Thread Jeff Law
On 10/13/14 20:49, Kito Cheng wrote: Hi Marc: - -1 if it is not a cost classe. */ + -1 if it is not a cost classes. */ "a cost class", no plural here. Thank you for correcting me :) Hi Jeff: Thanks, and updated patch in attachment, However I don't have commit right yet, can you

Re: [PATCH] Fix typo in comment for IRA

2014-10-13 Thread Kito Cheng
you help me to commit it? thanks. From e00ad515d77fd491266b743548f3c0705731fb71 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Fri, 22 Aug 2014 16:27:18 +0800 Subject: [PATCH] Fix typo in comment for IRA 2014-10-14 Kito Cheng * ira.c: Fix typo in comment. * ira.h: Ditto. * ira-build.c: Dit

Re: [PATCH] Fix typo in comment for IRA

2014-10-13 Thread Marc Glisse
On Mon, 13 Oct 2014, Kito Cheng wrote: - -1 if it is not a cost classe. */ + -1 if it is not a cost classes. */ "a cost class", no plural here. -- Marc Glisse

Re: [PATCH] Fix typo in comment for IRA

2014-10-13 Thread Jeff Law
On 10/13/14 02:09, Kito Cheng wrote: Hi all: This patch contain lots typo fix for IRA module by aspell :) ChangeLog 2014-10-13 Kito Cheng * ira.c: Fix typo in comment. * ira.h: Ditto. * ira-build.c: Ditto. * ira-color.c: Ditto. * ira-emit.c

[PATCH] Fix typo in comment for IRA

2014-10-13 Thread Kito Cheng
Hi all: This patch contain lots typo fix for IRA module by aspell :) ChangeLog 2014-10-13 Kito Cheng * ira.c: Fix typo in comment. * ira.h: Ditto. * ira-build.c: Ditto. * ira-color.c: Ditto. * ira-emit.c: Ditto. * ira-int.h: Ditto

[PATCH, nds32] Committed: Fix typo in comment.

2014-02-14 Thread Chung-Ju Wu
-14 Chung-Ju Wu + * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment. + * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise. + +2014-02-14 Chung-Ju Wu + * config/nds32/nds32.c (nds32_naked_function_p): Follow the GNU coding standards. Index

[patch] Fix typo in comment

2014-01-26 Thread Jonathan Wakely
Tested x86_64-linux, committed to trunk. commit 07c73153d6a224dfe2add152720e9d25369b33d3 Author: Jonathan Wakely Date: Sun Jan 26 10:51:17 2014 + * acinclude.m4 (GLIBCXX_ENABLE_C99): Fix typo. * configure: Regenerate. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3

[PATCH] output.h (get_named_text_section): Fix typo in comment: s/SECITON/SECTION/

2013-11-24 Thread Josh Triplett
--- ChangeLog entry: 2013-11-24 Josh Triplett * output.h (get_named_text_section): Fix typo in comment: s/SECITON/SECTION/ gcc/output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/output.h b/gcc/output.h index 7b26256..3a86e1b 100644 --- a/gcc

[PATCH] Fix typo in comment in basic-block.h

2012-07-25 Thread Dodji Seketeli
This fixes a typo in a comment. Applied to trunk as obvious. gcc/ * basic-block.c: Fix typo in comment. diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 15d34e0..dff06e4 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -108,7 +108,7 @@ struct GTY(()) gimple_bb_info

[patch] trans-mem: trivial: add cleanup-tree-dump in testcase, fix typo in comment.

2011-11-14 Thread Torvald Riegel
Committed as obvious. commit df0a9fa2a7975b945b72b90bbcc8862d87fe2bad Author: Torvald Riegel Date: Mon Nov 14 14:34:30 2011 +0100 Trivial: add cleanup-tree-dump in testcase, fix typo in comment. gcc/testsuite: * g++.dg/tm/template-1.C: Add cleanup-tree-dump. Fix typo

fix typo in comment

2011-04-22 Thread Mike Stump
* config/cris/cris.opt (moverride-best-lib-options): Fix typo in comment. 2011-04-22 Mike Stump * config/cris/cris.opt (moverride-best-lib-options): Fix typo in comment. Index: config/cris/cris.opt

[PATCH] Committed: fix typo in comment

2011-03-20 Thread Mingjie Xing
Hi, I checked the patch in trunk directly since it is obvious. Committed revision 171206. Thanks, Mingjie 2011-03-21 Mingjie Xing * tree-dfa.c (add_referenced_var): Fix typo in comment. Index: tree-dfa.c === --- tree