]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
maint: RNG comment fix
authorEric Blake <eblake@redhat.com>
Fri, 12 Jul 2019 21:25:00 +0000 (16:25 -0500)
committerEric Blake <eblake@redhat.com>
Fri, 12 Jul 2019 22:09:08 +0000 (17:09 -0500)
Typo'd at file creation in commit 0c97dc41.

Signed-off-by: Eric Blake <eblake@redhat.com>
docs/schemas/basictypes.rng

index 9b3dcad4a53b85c113a67262439f21e18e7d5c24..70d2101b78c47c7514931455f7283a55314f61f7 100644 (file)
@@ -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>