* src/xenxs/xen_sxpr.c (xenParseSxprPCI): Comment fix.
* tests/object-locking.ml (driverTables): Likewise.
* tests/testutils.c (virtTestDifferenceBin): Likewise.
* )
*
* 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.
*/
"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 *)
]
(*
}
}
}
- /* 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)