aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-03-30 08:36:41 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-03-30 08:36:41 +0100
commita816129ee9af0b385427b952176b7a9f95f6124b (patch)
tree0e4a1c7c48e4dd62dda596762178d62583aaac45 /extras
parent24f2d7393849de5aec0ff36f3b02d22d327de59e (diff)
downloadxen-a816129ee9af0b385427b952176b7a9f95f6124b.tar.gz
xen-a816129ee9af0b385427b952176b7a9f95f6124b.tar.bz2
xen-a816129ee9af0b385427b952176b7a9f95f6124b.zip
minios: Trivial spelling typo fixed.4.0.0-branched
Sigend-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/mini-os/pcifront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/pcifront.c b/extras/mini-os/pcifront.c
index 641eca4e9f..c2fbe7d178 100644
--- a/extras/mini-os/pcifront.c
+++ b/extras/mini-os/pcifront.c
@@ -69,7 +69,7 @@ void pcifront_watches(void *opaque)
snprintf(fe_state, sizeof(fe_state), "%s/state", nodename);
while (1) {
- printk("pcifront_watches: waiting for backend path to happear %s\n", path);
+ printk("pcifront_watches: waiting for backend path to appear %s\n", path);
xenbus_watch_path_token(XBT_NIL, path, path, &events);
while ((err = xenbus_read(XBT_NIL, path, &be_path)) != NULL) {
free(err);