From: Nikolaos Chatzikonstantinou Date: Sun, 15 May 2022 12:39:42 +0000 (+0900) Subject: Fix typo in info page X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e84412c6a3c3eed1a4eca5fe18f329bfa7efea40;p=binutils-gdb.git Fix typo in info page --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5b7cd300eb5..8cf97866ccc 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -10115,7 +10115,7 @@ It examines data in memory at a specified address and prints it in a specified format. @xref{Memory, ,Examining Memory}. If you are interested in information about types, or about how the -fields of a struct or a class are declared, use the @code{ptype @var{exp}} +fields of a struct or a class are declared, use the @code{ptype @var{expr}} command rather than @code{print}. @xref{Symbols, ,Examining the Symbol Table}.