mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
d6bf7703d0
commit
acb31cf59b
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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 *)
|
||||
]
|
||||
|
||||
(*
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue