Fix a typo in gdb.texinfo.
authorEli Zaretskii <eliz@gnu.org>
Fri, 28 Apr 2023 15:36:30 +0000 (18:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 28 Apr 2023 15:36:30 +0000 (18:36 +0300)
gdb/doc/gdb.texinfo

index 263326d54e7c8e90f2ef7751b345ce8e1bcd26ab..2dad3ef1677d199e324f858857cb8382e7b3c901 100644 (file)
@@ -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.