From 7408b951b8e0a26c72965918c8dada6df8b229d3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 28 Apr 2023 18:36:30 +0300 Subject: [PATCH] Fix a typo in gdb.texinfo. --- gdb/doc/gdb.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2