diff mbox

2014-08-29 Honggyu Kim <hong.gyu.kim@lge.com>

Message ID 1409291736-31719-1-git-send-email-hong.gyu.kim@lge.com
State New
Headers show

Commit Message

Honggyu Kim Aug. 29, 2014, 5:55 a.m. UTC
* doc/generic.texi: Fix typo.
---
 gcc/ChangeLog        |    4 ++++
 gcc/doc/generic.texi |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Marek Polacek Aug. 29, 2014, 5:59 a.m. UTC | #1
On Fri, Aug 29, 2014 at 02:55:36PM +0900, Honggyu Kim wrote:
> --- a/gcc/doc/generic.texi
> +++ b/gcc/doc/generic.texi
> @@ -53,7 +53,7 @@ seems inelegant.
>  @node Deficiencies
>  @section Deficiencies
>  
> -There are many places in which this document is incomplet and incorrekt.
> +There are many places in which this document is incomplete or incorrect.

I believe these typos are intentional.

	Marek
Gerald Pfeifer Aug. 31, 2014, 9:08 p.m. UTC | #2
On Fri, 29 Aug 2014, Marek Polacek wrote:
>> -There are many places in which this document is incomplet and incorrekt.
>> +There are many places in which this document is incomplete or incorrect.
> I believe these typos are intentional.

That is my understanding as well, so I added a comment to that extent.

Cf. https://gcc.gnu.org/ml/gcc-patches/2014-08/msg02720.html

Gerald
diff mbox

Patch

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ac5dc7c..01698e6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@ 
+2014-08-29  Honggyu Kim  <hong.gyu.kim@lge.com>
+
+	* doc/generic.texi: Fix typo.
+
 2014-08-29  David Malcolm  <dmalcolm@redhat.com>
 
 	PR bootstrap/62300
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi
index 4476f28..a598500 100644
--- a/gcc/doc/generic.texi
+++ b/gcc/doc/generic.texi
@@ -53,7 +53,7 @@  seems inelegant.
 @node Deficiencies
 @section Deficiencies
 
-There are many places in which this document is incomplet and incorrekt.
+There are many places in which this document is incomplete or incorrect.
 It is, as of yet, only @emph{preliminary} documentation.
 
 @c ---------------------------------------------------------------------