From 3adee298e7ffe07d82105cae81d75f76ec85df8a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 4 Aug 2008 11:25:20 +0100 Subject: Fix a few typos From: Diego Ongaro Acked-by: Samuel Thibault --- README | 2 +- tools/libxc/xc_dom_boot.c | 2 +- tools/xenstat/libxenstat/src/xenstat.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 7039c5905a..1a46b32371 100644 --- 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. diff --git a/tools/libxc/xc_dom_boot.c b/tools/libxc/xc_dom_boot.c index 7f37321ef7..f117d9ed38 100644 --- a/tools/libxc/xc_dom_boot.c +++ b/tools/libxc/xc_dom_boot.c @@ -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 --git a/tools/xenstat/libxenstat/src/xenstat.c b/tools/xenstat/libxenstat/src/xenstat.c index 16a41dc1db..a5fbca1d5e 100644 --- a/tools/xenstat/libxenstat/src/xenstat.c +++ b/tools/xenstat/libxenstat/src/xenstat.c @@ -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; -- cgit v1.2.3