aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/features/xinclude.dtd2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4ff1013..5f16e96 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-11 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * features/xinclude.dtd: Correct EMPTY typo.
+
2009-10-10 Michael Snyder <msnyder@vmware.com>
* i386-tdep.c (i386_process_record): Or-equals, not not-equals.
diff --git a/gdb/features/xinclude.dtd b/gdb/features/xinclude.dtd
index e58eb13..31aa942 100644
--- a/gdb/features/xinclude.dtd
+++ b/gdb/features/xinclude.dtd
@@ -7,7 +7,7 @@
<!-- GDB supports a subset of XInclude. Only whole documents can
be included, and only as XML. -->
-<!ELEMENT xi:include (EMPTY)>
+<!ELEMENT xi:include EMPTY>
<!ATTLIST xi:include
xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"
href CDATA #REQUIRED>