maint: typo fixes

* src/xenxs/xen_sxpr.c (xenParseSxprPCI): Comment fix.
* tests/object-locking.ml (driverTables): Likewise.
* tests/testutils.c (virtTestDifferenceBin): Likewise.
This commit is contained in:
Eric Blake 2011-06-24 08:01:10 -06:00
parent d6bf7703d0
commit acb31cf59b
3 changed files with 3 additions and 3 deletions

View File

@ -922,7 +922,7 @@ xenParseSxprPCI(virDomainDefPtr def,
* ) * )
* *
* Normally there is one (device ...) block per device, but in * 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. * devices.
*/ */

View File

@ -48,7 +48,7 @@ let driverTables = [
"virNetworkDriver"; "virNetworkDriver";
"virStorageDriver"; "virStorageDriver";
"virDeviceMonitor"; "virDeviceMonitor";
(* "virStateDriver"; Disable for now, since shutdown/startup have wierd locking rules *) (* "virStateDriver"; Disable for now, since shutdown/startup have weird locking rules *)
] ]
(* (*

View 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); start -= (start % 4);
end += 4 - (end % 4); end += 4 - (end % 4);
if (end >= length) if (end >= length)