ia64/xen-unstable
changeset 18249:caad6e2d64a6
Fix a few typos
From: Diego Ongaro <diego.ongaro@eu.citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
From: Diego Ongaro <diego.ongaro@eu.citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Aug 04 11:25:20 2008 +0100 (2008-08-04) |
parents | a1d07389119b |
children | 82edd418d898 |
files | README tools/libxc/xc_dom_boot.c tools/xenstat/libxenstat/src/xenstat.c |
line diff
1.1 --- a/README Mon Aug 04 11:16:02 2008 +0100 1.2 +++ b/README Mon Aug 04 11:25:20 2008 +0100 1.3 @@ -224,6 +224,6 @@ tarballs of the source. Instructions in 1.4 to modify grub.conf to use tboot to launch Xen. 1.5 1.6 There are optional targets as part of Xen's top-level makefile that will 1.7 -downlaod and build tboot: install-tboot, build-tboot, dist-tboot, clean-tboot. 1.8 +download and build tboot: install-tboot, build-tboot, dist-tboot, clean-tboot. 1.9 These will download the latest tar file from the SourceForge site using wget, 1.10 then build/install/dist according to Xen's settings.
2.1 --- a/tools/libxc/xc_dom_boot.c Mon Aug 04 11:16:02 2008 +0100 2.2 +++ b/tools/libxc/xc_dom_boot.c Mon Aug 04 11:25:20 2008 +0100 2.3 @@ -4,7 +4,7 @@ 2.4 * This is the code which actually boots a fresh 2.5 * prepared domain image as xen guest domain. 2.6 * 2.7 - * ==> this is the only domain bilder code piece 2.8 + * ==> this is the only domain builder code piece 2.9 * where xen hypercalls are allowed <== 2.10 * 2.11 * This code is licenced under the GPL.
3.1 --- a/tools/xenstat/libxenstat/src/xenstat.c Mon Aug 04 11:16:02 2008 +0100 3.2 +++ b/tools/xenstat/libxenstat/src/xenstat.c Mon Aug 04 11:25:20 2008 +0100 3.3 @@ -109,7 +109,7 @@ xenstat_handle *xenstat_init(void) 3.4 3.5 handle->xshandle = xs_daemon_open_readonly(); /* open handle to xenstore*/ 3.6 if (handle->xshandle == NULL) { 3.7 - perror("unable to open xenstore\n"); 3.8 + perror("unable to open xenstore"); 3.9 xc_interface_close(handle->xc_handle); 3.10 free(handle); 3.11 return NULL;