aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom_boot.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-04 11:25:20 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-04 11:25:20 +0100
commit3adee298e7ffe07d82105cae81d75f76ec85df8a (patch)
tree693515c06947780d5792ef9b1191f486a8c86414 /tools/libxc/xc_dom_boot.c
parent419ef45e2b41d4a9710e32e60bd9b2973b94f197 (diff)
downloadxen-3adee298e7ffe07d82105cae81d75f76ec85df8a.tar.gz
xen-3adee298e7ffe07d82105cae81d75f76ec85df8a.tar.bz2
xen-3adee298e7ffe07d82105cae81d75f76ec85df8a.zip
Fix a few typos
From: Diego Ongaro <diego.ongaro@eu.citrix.com> Acked-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'tools/libxc/xc_dom_boot.c')
-rw-r--r--tools/libxc/xc_dom_boot.c2
1 files changed, 1 insertions, 1 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.