From: Doug Evans Date: Mon, 1 Feb 2016 23:39:23 +0000 (-0800) Subject: gdb.texinfo (Skipping Over Functions and Files): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8244c20d7cc1e3536525edb2bfee6690af928ccf;p=binutils-gdb.git gdb.texinfo (Skipping Over Functions and Files): Fix typo. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 176fcb13c3a..58f1a333f5b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2016-02-01 Doug Evans + + * gdb.texinfo (Skipping Over Functions and Files): Fix typo. + 2016-02-01 Andrew Burgess * gdb.texinfo (Value Sizes): New section. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c1529a5d160..82a95f8203f 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. For example, consider the following C function: