projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1f2ddd
)
Fix typo in info page
author
Nikolaos Chatzikonstantinou
<nchatz314@gmail.com>
Sun, 15 May 2022 12:39:42 +0000
(21:39 +0900)
committer
Tom Tromey
<tromey@adacore.com>
Tue, 17 May 2022 15:00:05 +0000
(09:00 -0600)
gdb/doc/gdb.texinfo
patch
|
blob
|
history
diff --git
a/gdb/doc/gdb.texinfo
b/gdb/doc/gdb.texinfo
index 5b7cd300eb5ff0c87ff7e0971777cfcb7cea595f..8cf97866ccca6d88f71bab454bd7fa10f3bd1397 100644
(file)
--- 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{exp
r
}}
command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
Table}.