diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-08-10 13:42:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-08-10 13:42:29 +0000 |
commit | 2ba02565516ad842a84e79275f4990be986af9c2 (patch) | |
tree | 331f13c62033f573be75e9dba8c021c31c2eed00 /gdb/doc | |
parent | 98b5097c255ca48c9b64f5f4808f1404f65a0557 (diff) | |
download | gdb-2ba02565516ad842a84e79275f4990be986af9c2.tar.gz |
* gdbint.texinfo (Overall Structure): Spelling fix.
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 c718f1b4dd1..fd9566b1b91 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2000-08-10 Mark Kettenis <kettenis@gnu.org> + + * gdbint.texinfo (Overall Structure): Spelling fix. + 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> * gdbint.texinfo (Target Architecture Definition): Document that diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index bab19268b88..d9e8d8a8851 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -46,7 +46,7 @@ regarded as a program in the language TeX). @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.14 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.15 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -137,7 +137,7 @@ for even half as many configurations as @value{GDBN} supports. @value{GDBN} consists of three major subsystems: user interface, symbol handling (the ``symbol side''), and target system handling (the ``target side''). -Ther user interface consists of several actual interfaces, plus +The user interface consists of several actual interfaces, plus supporting code. The symbol side consists of object file readers, debugging info |