]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
Various: Fix typo `mappping'
authorIan Jackson <ian.jackson@citrix.com>
Wed, 3 Oct 2018 18:00:22 +0000 (19:00 +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: Wei Liu <wei.liu2@citrix.com>
tools/python/xen/lowlevel/xc/xc.c
xen/drivers/passthrough/vtd/iommu.h

index ebef92cd509ba5baab2865d444ccbd10fbeabec9..484b790c757603bc0f097144d4fa6736b0e825b4 100644 (file)
@@ -2385,7 +2385,7 @@ static PyMethodDef pyxc_methods[] = {
     { "domain_set_memmap_limit", 
       (PyCFunction)pyxc_domain_set_memmap_limit, 
       METH_VARARGS, "\n"
-      "Set a domain's physical memory mappping limit\n"
+      "Set a domain's physical memory mapping limit\n"
       " dom [int]: Identifier of domain.\n"
       " map_limitkb [int]: .\n"
       "Returns: [int] 0 on success; -1 on error.\n" },
index 47bdfcb5ea19301796bdeeab3c68e08f596b4abc..1a992f72d6db9284b02208383edf56c720ada5e0 100644 (file)
@@ -513,7 +513,7 @@ struct qi_ctrl {
 struct ir_ctrl {
     u64 iremap_maddr;            /* interrupt remap table machine address */
     int iremap_num;              /* total num of used interrupt remap entry */
-    spinlock_t iremap_lock;      /* lock for irq remappping table */
+    spinlock_t iremap_lock;      /* lock for irq remapping table */
 };
 
 struct iommu_flush {