|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Fix a few typos
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1217845520 -3600
# Node ID caad6e2d64a667522f8c01ac12c70d36ccd8bcaf
# Parent a1d07389119be58c512954f16e9e5b6e3e2c4bd0
Fix a few typos
From: Diego Ongaro <diego.ongaro@xxxxxxxxxxxxx>
Acked-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
README | 2 +-
tools/libxc/xc_dom_boot.c | 2 +-
tools/xenstat/libxenstat/src/xenstat.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff -r a1d07389119b -r caad6e2d64a6 README
--- a/README Mon Aug 04 11:16:02 2008 +0100
+++ b/README Mon Aug 04 11:25:20 2008 +0100
@@ -224,6 +224,6 @@ to modify grub.conf to use tboot to laun
to modify grub.conf to use tboot to launch Xen.
There are optional targets as part of Xen's top-level makefile that will
-downlaod and build tboot: install-tboot, build-tboot, dist-tboot, clean-tboot.
+download and build tboot: install-tboot, build-tboot, dist-tboot, clean-tboot.
These will download the latest tar file from the SourceForge site using wget,
then build/install/dist according to Xen's settings.
diff -r a1d07389119b -r caad6e2d64a6 tools/libxc/xc_dom_boot.c
--- a/tools/libxc/xc_dom_boot.c Mon Aug 04 11:16:02 2008 +0100
+++ b/tools/libxc/xc_dom_boot.c Mon Aug 04 11:25:20 2008 +0100
@@ -4,7 +4,7 @@
* This is the code which actually boots a fresh
* prepared domain image as xen guest domain.
*
- * ==> this is the only domain bilder code piece
+ * ==> this is the only domain builder code piece
* where xen hypercalls are allowed <==
*
* This code is licenced under the GPL.
diff -r a1d07389119b -r caad6e2d64a6 tools/xenstat/libxenstat/src/xenstat.c
--- a/tools/xenstat/libxenstat/src/xenstat.c Mon Aug 04 11:16:02 2008 +0100
+++ b/tools/xenstat/libxenstat/src/xenstat.c Mon Aug 04 11:25:20 2008 +0100
@@ -109,7 +109,7 @@ xenstat_handle *xenstat_init(void)
handle->xshandle = xs_daemon_open_readonly(); /* open handle to
xenstore*/
if (handle->xshandle == NULL) {
- perror("unable to open xenstore\n");
+ perror("unable to open xenstore");
xc_interface_close(handle->xc_handle);
free(handle);
return NULL;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Fix a few typos,
Xen patchbot-unstable <=
|
|
|
|
|