From: Keir Fraser Date: Tue, 30 Mar 2010 07:36:41 +0000 (+0100) Subject: minios: Trivial spelling typo fixed. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12460 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a816129ee9af0b385427b952176b7a9f95f6124b;p=xen.git minios: Trivial spelling typo fixed. Sigend-off-by: Keir Fraser --- 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);