diff mbox series

Fix "central flowgraph" typo in machine desc docs

Message ID 20171130151021.GQ31922@redhat.com
State New
Headers show
Series Fix "central flowgraph" typo in machine desc docs | expand

Commit Message

Jonathan Wakely Nov. 30, 2017, 3:10 p.m. UTC
OK for trunk?

Comments

Jeff Law Dec. 1, 2017, 1:46 a.m. UTC | #1
On 11/30/2017 08:10 AM, Jonathan Wakely wrote:
> OK for trunk?
> 
> 
> 
Of course.
jeff
diff mbox series

Patch

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index aee13259b00..c2e42d7aa49 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@ 
+2017-11-30  Jonathan Wakely  <jwakely@redhat.com>
+
+	* doc/md.texi (Insn Splitting): Fix "central flowgraph" typo.
+
 2017-11-30  Claudiu Zissulescu  <claziss@synopsys.com>
 
 	* config/arc/arc.md (trap): New pattern.
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 9806b65d1cf..9e0540a1e8b 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -7890,7 +7890,7 @@  are not valid.
 
 The splitter is allowed to split jump instructions into sequence of
 jumps or create new jumps in while splitting non-jump instructions.  As
-the central flowgraph and branch prediction information needs to be updated,
+the control flow graph and branch prediction information needs to be updated,
 several restriction apply.
 
 Splitting of jump instruction into sequence that over by another jump