From: Eli Zaretskii Date: Fri, 28 Apr 2023 15:36:30 +0000 (+0300) Subject: Fix a typo in gdb.texinfo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7408b951b8e0a26c72965918c8dada6df8b229d3;p=binutils-gdb.git Fix a typo in gdb.texinfo. --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 263326d54e7..2dad3ef1677 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.