diff options
author | Anthony Green <green@redhat.com> | 2003-09-22 00:49:51 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2003-09-22 00:49:51 +0000 |
commit | ee206350541cf221a6ac8cd4c0619e999d267ced (patch) | |
tree | 96b41d927274d0406ddd3170ed42644d6d1468ab /gdb/doc | |
parent | dfa1899af11bdeabe9f548736d01c13b4877af04 (diff) | |
download | gdb-ee206350541cf221a6ac8cd4c0619e999d267ced.zip gdb-ee206350541cf221a6ac8cd4c0619e999d267ced.tar.gz gdb-ee206350541cf221a6ac8cd4c0619e999d267ced.tar.bz2 |
Fix typos.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 011e991..4373944 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-09-21 Anthony Green <green@redhat.com> + + * gdbint.texinfo (Target Architecture Definition): Fix typos. + 2003-09-21 Mark Kettenis <kettenis@gnu.org> * gdbint.texinfo (Target Architecture Definition): Document diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 83ced64..c9074b2 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3693,8 +3693,8 @@ pushing them on the stack. function argument of type @var{type} is passed by reference instead of value. -This method replaces @code{DEPRECTAED_REG_STRUCT_HAS_ADDR} -(@pxref{DEPRECATED_REG_STRUCT_ADDR}). +This method replaces @code{DEPRECATED_REG_STRUCT_HAS_ADDR} +(@pxref{DEPRECATED_REG_STRUCT_HAS_ADDR}). @item PROCESS_LINENUMBER_HOOK @findex PROCESS_LINENUMBER_HOOK |