summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-06-24 08:01:10 -0600
committerEric Blake <eblake@redhat.com>2011-06-24 08:01:10 -0600
commitacb31cf59b6820900a2f2ceb89b96b59c898aecb (patch)
treeacfd4017292557fbc105f48793dea61c832981df
parentFix some bugs in RPC protocol make rules (diff)
downloadlibvirt-acb31cf59b6820900a2f2ceb89b96b59c898aecb.tar.gz
libvirt-acb31cf59b6820900a2f2ceb89b96b59c898aecb.tar.bz2
libvirt-acb31cf59b6820900a2f2ceb89b96b59c898aecb.zip
maint: typo fixes
* src/xenxs/xen_sxpr.c (xenParseSxprPCI): Comment fix. * tests/object-locking.ml (driverTables): Likewise. * tests/testutils.c (virtTestDifferenceBin): Likewise.
-rw-r--r--src/xenxs/xen_sxpr.c2
-rw-r--r--tests/object-locking.ml2
-rw-r--r--tests/testutils.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/xenxs/xen_sxpr.c b/src/xenxs/xen_sxpr.c
index b5877bbd2..13ca01557 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 ce3b40184..68c414e20 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 d192980f2..b4332041d 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)