[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] 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..9

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: Dit

[PATCH] Fix typo in comment for IRA

2014-10-13 Thread Kito Cheng
. * ira-lives.c: Ditto. From e7268d1f6e3367a345b2e614a21e596c6ccf621f 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-13 Kito Cheng * ira.c: Fix typo in comment. * ira.h: Ditto. * ira-build.c: Ditto. * ira

[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] 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 {