aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/libxc/xc_dom_boot.c2
-rw-r--r--tools/xenstat/libxenstat/src/xenstat.c2
2 files changed, 2 insertions, 2 deletions
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;