gdb.texinfo (Skipping Over Functions and Files): Fix typo.
authorDoug Evans <dje@google.com>
Mon, 1 Feb 2016 23:39:23 +0000 (15:39 -0800)
committerDoug Evans <dje@google.com>
Mon, 1 Feb 2016 23:39:23 +0000 (15:39 -0800)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 176fcb13c3aea7adda86872af49aab49bd362d6b..58f1a333f5b1a7ac0ef54f80b053354295c9c9d6 100644 (file)
@@ -1,3 +1,7 @@
+2016-02-01  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
+
 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * gdb.texinfo (Value Sizes): New section.
index c1529a5d1607632dfc3182b37740cabf3b380dd2..82a95f8203fcd23ab7ddd7aac00cc6e48e212858 100644 (file)
@@ -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.
 
 For example, consider the following C function:
This page took 0.049332 seconds and 4 git commands to generate.