]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
maint: typo fixes
authorEric Blake <eblake@redhat.com>
Fri, 24 Jun 2011 14:01:10 +0000 (08:01 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 24 Jun 2011 14:01:10 +0000 (08:01 -0600)
* src/xenxs/xen_sxpr.c (xenParseSxprPCI): Comment fix.
* tests/object-locking.ml (driverTables): Likewise.
* tests/testutils.c (virtTestDifferenceBin): Likewise.

src/xenxs/xen_sxpr.c
tests/object-locking.ml
tests/testutils.c

index b5877bbd2c2459ab63da9d35b6c822390e4dc9b0..13ca015577844cec2db4f83bd223c471aef48d9c 100644 (file)
@@ -922,7 +922,7 @@ xenParseSxprPCI(virDomainDefPtr def,
      * )
      *
      * Normally there is one (device ...) block per device, but in
-     * wierd world of Xen PCI, once (device ...) covers multiple
+     * weird world of Xen PCI, once (device ...) covers multiple
      * devices.
      */
 
index ce3b40184138aca87d648afc80ee3c6086e0fa92..68c414e20625ff579f4ea11e8369d1e91e9f7971 100644 (file)
@@ -48,7 +48,7 @@ let driverTables = [
   "virNetworkDriver";
   "virStorageDriver";
   "virDeviceMonitor";
-(*  "virStateDriver"; Disable for now, since shutdown/startup have wierd locking rules *)
+(*  "virStateDriver"; Disable for now, since shutdown/startup have weird locking rules *)
 ]
 
 (*
index d192980f2203584cbf932572710607c02eed01a5..b4332041d7ffb6400e1a42295375c0a1c96423bb 100644 (file)
@@ -406,7 +406,7 @@ int virtTestDifferenceBin(FILE *stream,
             }
         }
     }
-    /* Round to nearest boundary of 4, except that last world can be short */
+    /* Round to nearest boundary of 4, except that last word can be short */
     start -= (start % 4);
     end += 4 - (end % 4);
     if (end >= length)