]> xenbits.xensource.com Git - people/iwj/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@citrix.com>
Thu, 11 Jul 2019 23:05:33 +0000 (00:05 +0100)
Signed-off-by: Ian Jackson <ian.jackson@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 ad536b7e89ef1af520fc2dd3384eb4e6d644635d..90414bafc54ad2d07527c20c6a3f2961e5f58d43 100644 (file)
@@ -2599,7 +2599,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 2877283efacc85f1e01e699eebd0a2495866d2b3..efb3729227d396bf4d2570ba02a285d4038444cd 100644 (file)
@@ -2182,7 +2182,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 0535da81c627283fd105b7d63882df65ec00d5dc..175baa5725e0553900b86c4535f63512fb952c6a 100644 (file)
@@ -491,7 +491,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 */