diff mbox

doc/generic.texi: Fix typo

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

Commit Message

Honggyu Kim Aug. 29, 2014, 6:03 a.m. UTC
This fixes some typo errors in the gcc internal document.

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

	* doc/generic.texi: Fix typo.
---
 gcc/ChangeLog        |    4 ++++
 gcc/doc/generic.texi |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Mike Stump Aug. 29, 2014, 10:39 p.m. UTC | #1
On Aug 28, 2014, at 11:03 PM, Honggyu Kim <hong.gyu.kim@lge.com> wrote:
> This fixes some typo errors in the gcc internal document.

These errors are on purpose.

> -There are many places in which this document is incomplet and incorrekt.
> +There are many places in which this document is incomplete or incorrect.
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 ---------------------------------------------------------------------