[OB] gdb.texinfo (Skipping Over Functions and Files): Fix typo.

Message ID 001a114555d6b533c3052abde989@google.com
State New, archived
Headers

Commit Message

Doug Evans Feb. 1, 2016, 11:40 p.m. UTC
  Hi.

Obvious typo fix. Committed.

2016-02-01  Doug Evans  <dje@google.com>

	* gdb.texinfo (Skipping Over Functions and Files): Fix typo.


  For example, consider the following C function:
  

Patch

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index c1529a5..82a95f8 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -5527,7 +5527,7 @@  default is @code{on}.
  @cindex skipping over functions and files

  The program you are debugging may contain some functions which are
-uninteresting to debug.  The @code{skip} comand lets you tell @value{GDBN}  
to
+uninteresting to debug.  The @code{skip} command lets you tell  
@value{GDBN} to
  skip a function or all functions in a file when stepping.