aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-04-28 18:36:30 +0300
committerEli Zaretskii <eliz@gnu.org>2023-04-28 18:36:30 +0300
commit7408b951b8e0a26c72965918c8dada6df8b229d3 (patch)
tree290b04394c325773ba2f0db84aacfaa2d252539f /gdb/doc
parent03e63766ef099ba85d8917c9f179441ae086375e (diff)
downloadgdb-7408b951b8e0a26c72965918c8dada6df8b229d3.zip
gdb-7408b951b8e0a26c72965918c8dada6df8b229d3.tar.gz
gdb-7408b951b8e0a26c72965918c8dada6df8b229d3.tar.bz2
Fix a typo in gdb.texinfo.
Diffstat (limited to 'gdb/doc')
-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 263326d..2dad3ef 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -5977,7 +5977,7 @@ support running commands on the target.
@item set dprintf-function @var{function}
Set the function to call if the dprintf style is @code{call}. By
-default its value is @code{printf}. You may set it to any expression.
+default its value is @code{printf}. You may set it to any expression
that @value{GDBN} can evaluate to a function, as per the @code{call}
command.