]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
Various: Fix typo `infomation'
authorIan Jackson <ian.jackson@citrix.com>
Wed, 3 Oct 2018 17:59:18 +0000 (18:59 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Oct 2018 14:20:19 +0000 (15:20 +0100)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
tools/libxl/libxl_internal.h
tools/python/xen/lowlevel/xc/xc.c
tools/xenstat/libxenstat/src/xenstat_qmp.c
xen/common/sched_rt.c
xen/drivers/acpi/apei/erst.c
xen/include/public/domctl.h

index 802382c7049db0556b658a7d9070656d1faf8571..43947b1b0774d0b97506f995a9fce5ae02997372 100644 (file)
@@ -2604,7 +2604,7 @@ struct libxl__multidev {
  * Once finished, aodev->callback will be executed.
  */
 /*
- * As of Xen 4.5 we maintain various infomation, including hotplug
+ * As of Xen 4.5 we maintain various information, including hotplug
  * device information, in JSON files, so that we can use this JSON
  * file as a template to reconstruct domain configuration.
  *
index 6f5b8a6fa885f7bdd9145fa022a327a6bab5ff0e..ebef92cd509ba5baab2865d444ccbd10fbeabec9 100644 (file)
@@ -2200,7 +2200,7 @@ static PyMethodDef pyxc_methods[] = {
     { "get_device_group",
       (PyCFunction)pyxc_get_device_group,
       METH_VARARGS, "\n"
-      "get sibling devices infomation.\n"
+      "get sibling devices information.\n"
       " dom     [int]:      Domain to assign device to.\n"
       " seg     [int]:      PCI segment.\n"
       " bus     [int]:      PCI bus.\n"
index 3fda487d4984bae32efbc3a499e26a5d0e796c34..19b236e7b6b71067a61dcd92785822326dc74267 100644 (file)
@@ -59,7 +59,7 @@ enum query_block {
 
 
 /* Given the qmp device name, get the image filename associated with it
-   QMP Syntax for querying block infomation:
+   QMP Syntax for querying block information:
      In: { "execute": "query-block" }
      Out: {"return": [{
             "device": 'str, "locked": 'bool', "removable": bool,
index ac79f15dc3d04c67d367b54ab3c2d86b7df48308..59fbfa625fa065648414c1ad4a3729caeaf842b3 100644 (file)
@@ -203,7 +203,7 @@ struct rt_vcpu {
     s_time_t period;
     s_time_t budget;
 
-    /* VCPU current infomation in nanosecond */
+    /* VCPU current information in nanosecond */
     s_time_t cur_budget;         /* current budget */
     s_time_t last_start;         /* last start time */
     s_time_t cur_deadline;       /* current deadline for EDF */
index 7fc4de5de9c3bbd8f918df91e81ae0462e31d276..3a2e403173bd5f80ef52fd5393785b48c8fab703 100644 (file)
@@ -2,7 +2,7 @@
  * APEI Error Record Serialization Table support
  *
  * ERST is a way provided by APEI to save and retrieve hardware error
- * infomation to and from a persistent store.
+ * information to and from a persistent store.
  *
  * For more information about ERST, please refer to ACPI Specification
  * version 4.0, section 17.4.
index 82b696798ccda8f3352fd1dcc12f726f4e4d0fd7..1bbdcd9f8a706b957c3cbb5818ef77c85feab12c 100644 (file)
@@ -508,7 +508,7 @@ struct xen_domctl_assign_device {
     } u;
 };
 
-/* Retrieve sibling devices infomation of machine_sbdf */
+/* Retrieve sibling devices information of machine_sbdf */
 /* XEN_DOMCTL_get_device_group */
 struct xen_domctl_get_device_group {
     uint32_t  machine_sbdf;     /* IN */