]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commitdiff
minios: Trivial spelling typo fixed.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 30 Mar 2010 07:36:41 +0000 (08:36 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 30 Mar 2010 07:36:41 +0000 (08:36 +0100)
Sigend-off-by: Keir Fraser <keir.fraser@citrix.com>
pcifront.c

index 641eca4e9fbecce6d5406b8367a2e6e1cee85aa0..c2fbe7d178108627f1a1d656d3540fd15953e3c1 100644 (file)
@@ -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);