mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
e3989ce3ed
commit
47d32c017c
|
@ -2,7 +2,7 @@
|
|||
<!-- network-related definitions used in multiple grammars -->
|
||||
<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">
|
||||
<data type="unsignedInt">
|
||||
<param name="pattern">[0-9]+</param>
|
||||
|
|
Loading…
Reference in New Issue