aboutsummaryrefslogtreecommitdiff
path: root/gdb/features
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2009-10-11 20:24:18 +0000
committerDaniel Jacobowitz <drow@false.org>2009-10-11 20:24:18 +0000
commit9108f110eeaa2cbba22c8a2bda97593fec700656 (patch)
treecaeab4754b11374b6cdec2f7716fae85b6fc3b2d /gdb/features
parent7afee70046a1319efa9d10f4b7fe9d34e9a65afe (diff)
downloadfsf-binutils-gdb-9108f110eeaa2cbba22c8a2bda97593fec700656.zip
fsf-binutils-gdb-9108f110eeaa2cbba22c8a2bda97593fec700656.tar.gz
fsf-binutils-gdb-9108f110eeaa2cbba22c8a2bda97593fec700656.tar.bz2
* features/xinclude.dtd: Correct EMPTY typo.
Diffstat (limited to 'gdb/features')
-rw-r--r--gdb/features/xinclude.dtd2
1 files changed, 1 insertions, 1 deletions
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>