Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DonBarredora authored and mrexodia committed Mar 6, 2018
1 parent 4037bd7 commit c7cfa75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/views/Graph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Graph

Graph view contains the control flow graph. When you use :doc:`../../commands/gui/graph` command or context menu in the disassembly view, it will show the control flow graph here.

There is two modes to show the control flow graph: Normal mode and overview mode.
There are two modes to show the control flow graph: Normal mode and overview mode.

In overview mode, the program will draw all the control flow graph within the window area, but not output the disassembly. When the first instruction is traced when trace record is enabled on this memory page, the whole basic block will be shown in a different color (Default is green).
In overview mode, the program will draw all the control flow graph within the window area, but not output the disassembly. When the first instruction is traced when trace record is enabled on this memory page, the whole basic block will be shown in a different color (Default is green).

0 comments on commit c7cfa75

Please sign in to comment.