aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2007-06-29 00:23:44 +0000
committerMichael Snyder <msnyder@vmware.com>2007-06-29 00:23:44 +0000
commitf66d1690c3b64c6a44239f58ab660819843c9087 (patch)
treed6b1c0adfdedf4ea0b37293cceb7e1bb2ffc5ea0 /gdb
parentd2ea1f57420f3e6cc42a03351d8f22978f52e63f (diff)
downloadgdb-f66d1690c3b64c6a44239f58ab660819843c9087.zip
gdb-f66d1690c3b64c6a44239f58ab660819843c9087.tar.gz
gdb-f66d1690c3b64c6a44239f58ab660819843c9087.tar.bz2
2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
* gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdbint.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 2c487d8..4001e22 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
+
+ * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
+
2007-06-25 Nick Roberts <nickrob@snap.net.nz>
* gdbint.texinfo (Register and Memory Data): Break sections
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 73bded2..e19a35b 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -1294,7 +1294,7 @@ be signaled.
@deftypefun struct cleanup *make_cleanup_ui_out_list_begin_end (struct ui_out *@var{uiout}, const char *@var{id})
Similar to @code{make_cleanup_ui_out_tuple_begin_end}, this function
opens a list and then establishes cleanup (@pxref{Coding, Cleanups})
-that will close the list.list.
+that will close the list.
@end deftypefun
@subsection Item Output Functions