We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5450403 commit 004f42dCopy full SHA for 004f42d
include/xen/xenbus.h
@@ -180,7 +180,7 @@ int xenbus_printf(struct xenbus_transaction t,
180
* sprintf-style type string, and pointer. Returns 0 or errno.*/
181
int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
182
183
-/* notifer routines for when the xenstore comes up */
+/* notifier routines for when the xenstore comes up */
184
extern int xenstored_ready;
185
int register_xenstore_notifier(struct notifier_block *nb);
186
void unregister_xenstore_notifier(struct notifier_block *nb);
0 commit comments