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 /tests/testutils.c
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.
Diffstat (limited to 'tests/testutils.c')
-rw-r--r--tests/testutils.c2
1 files changed, 1 insertions, 1 deletions
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)