Fix a few typos
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 4 Aug 2008 10:25:20 +0000 (11:25 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 4 Aug 2008 10:25:20 +0000 (11:25 +0100)
From: Diego Ongaro <diego.ongaro@eu.citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
README
tools/libxc/xc_dom_boot.c
tools/xenstat/libxenstat/src/xenstat.c

diff --git a/README b/README
index 7039c5905aabe35d3a1acf61018c3becffccabb6..1a46b32371113085687deef561cecef506ff2933 100644 (file)
--- a/README
+++ b/README
@@ -224,6 +224,6 @@ tarballs of the source.  Instructions in the tboot README describe how
 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.
index 7f37321ef73865d646bcf833f5061f278fa90834..f117d9ed381ec7e9d135e62305fa901d90864add 100644 (file)
@@ -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.
index 16a41dc1dbbeaf0efe0e8acd0c77404718f11e46..a5fbca1d5e8b740671e43c2a220fd07cc489af80 100644 (file)
@@ -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;