From a816129ee9af0b385427b952176b7a9f95f6124b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 30 Mar 2010 08:36:41 +0100 Subject: minios: Trivial spelling typo fixed. Sigend-off-by: Keir Fraser --- extras/mini-os/pcifront.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/mini-os/pcifront.c') 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); -- cgit v1.2.3