maint: RNG comment fix

Typo'd at file creation in commit 0c97dc41.

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Eric Blake 2019-07-12 16:25:00 -05:00
parent e3989ce3ed
commit 47d32c017c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<!-- network-related definitions used in multiple grammars --> <!-- network-related definitions used in multiple grammars -->
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> <grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<!-- Our unsignedInt doesn"t allow a leading "+" in its lexical form --> <!-- Our unsignedInt doesn't allow a leading "+" in its lexical form -->
<define name="unsignedInt"> <define name="unsignedInt">
<data type="unsignedInt"> <data type="unsignedInt">
<param name="pattern">[0-9]+</param> <param name="pattern">[0-9]+</param>