From: Eric Blake Date: Fri, 24 Jun 2011 14:01:10 +0000 (-0600) Subject: maint: typo fixes X-Git-Tag: v0.9.3-rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb31cf59b6820900a2f2ceb89b96b59c898aecb;p=thirdparty%2Flibvirt.git maint: typo fixes * src/xenxs/xen_sxpr.c (xenParseSxprPCI): Comment fix. * tests/object-locking.ml (driverTables): Likewise. * tests/testutils.c (virtTestDifferenceBin): Likewise. --- diff --git a/src/xenxs/xen_sxpr.c b/src/xenxs/xen_sxpr.c index b5877bbd2c..13ca015577 100644 --- a/src/xenxs/xen_sxpr.c +++ b/src/xenxs/xen_sxpr.c @@ -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. */ diff --git a/tests/object-locking.ml b/tests/object-locking.ml index ce3b401841..68c414e206 100644 --- a/tests/object-locking.ml +++ b/tests/object-locking.ml @@ -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 *) ] (* diff --git a/tests/testutils.c b/tests/testutils.c index d192980f22..b4332041d7 100644 --- a/tests/testutils.c +++ b/tests/testutils.c @@ -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)