aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);