summaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2016-05-24 09:41:39 -0600
committerTom Tromey <tom@tromey.com>2016-05-24 09:41:39 -0600
commit224f10c1ae5d815b6d2efddb479052b79ea4d256 (patch)
tree9a353a389be1e7299d56cc44fb9766aa2dd97d6f /gdb/doc/gdb.texinfo
parent026a91747567565bf2956fae98fed6a958151aab (diff)
downloadbinutils-gdb-224f10c1ae5d815b6d2efddb479052b79ea4d256.tar.gz
PR gdb/19194 - fix typo in the manual
PR gdb/19194 points out a typo in the documentation. I'm checking this in as obvious. 2016-05-24 Tom Tromey <tom@tromey.com> PR gdb/19194: * gdb.texinfo (gdb man): Fix typo.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 42d1a63542e..8f1ad4ee36c 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -41562,7 +41562,7 @@ Here are some of the most frequently needed @value{GDBN} commands:
@c pod2man highlights the right hand side of the @item lines.
@table @env
-@item break [@var{file}:]@var{functiop}
+@item break [@var{file}:]@var{function}
Set a breakpoint at @var{function} (in @var{file}).
@item run [@var{arglist}]