mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
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
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -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 *)
|
||||||
]
|
]
|
||||||
|
|
||||||
(*
|
(*
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user