Fix typo in info page
authorNikolaos Chatzikonstantinou <nchatz314@gmail.com>
Sun, 15 May 2022 12:39:42 +0000 (21:39 +0900)
committerTom Tromey <tromey@adacore.com>
Tue, 17 May 2022 15:00:05 +0000 (09:00 -0600)
gdb/doc/gdb.texinfo

index 5b7cd300eb5ff0c87ff7e0971777cfcb7cea595f..8cf97866ccca6d88f71bab454bd7fa10f3bd1397 100644 (file)
@@ -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}.