[libvirt] [PATCH] maint: RNG comment fix

Eric Blake posted 1 patch 4 years, 9 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190712221254.23533-1-eblake@redhat.com
docs/schemas/basictypes.rng | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] maint: RNG comment fix
Posted by Eric Blake 4 years, 9 months ago
Typo'd at file creation in commit 0c97dc41.

Signed-off-by: Eric Blake <eblake@redhat.com>
---

Pushing under the trivial rule

 docs/schemas/basictypes.rng | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/schemas/basictypes.rng b/docs/schemas/basictypes.rng
index 9b3dcad4a5..70d2101b78 100644
--- a/docs/schemas/basictypes.rng
+++ b/docs/schemas/basictypes.rng
@@ -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>
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list