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 | 2e685b93dfef9012b6b1c25dc92e79a4b0a18dcc (patch) | |
tree | 2701a6990e67da5deb6af7c2d10ace0950541155 /gdb/doc | |
parent | 6f6ef15a3f7b925a64e60e25862645b2a03bc63d (diff) | |
download | gdb-2e685b93dfef9012b6b1c25dc92e79a4b0a18dcc.zip gdb-2e685b93dfef9012b6b1c25dc92e79a4b0a18dcc.tar.gz gdb-2e685b93dfef9012b6b1c25dc92e79a4b0a18dcc.tar.bz2 |
* 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 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c718f1b..fd9566b 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 3e1251d..019274c 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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 |