/**
* xend_wait_for_devices:
- * @xend: pointer to the Xem Daemon block
+ * @xend: pointer to the Xen Daemon block
* @name: name for the domain
*
* Block the domain until all the virtual devices are ready. This operation
/**
* xenDaemonListDomainsOld:
- * @xend: pointer to the Xem Daemon block
+ * @xend: pointer to the Xen Daemon block
*
* This method will return an array of names of currently running
* domains. The memory should be released will a call to free().
/**
* xenDaemonDomainResume:
- * @xend: pointer to the Xem Daemon block
+ * @xend: pointer to the Xen Daemon block
* @name: name for the domain
*
* Resume the domain after xenDaemonDomainSuspend() has been called
/**
* xenDaemonDomainRestore:
- * @conn: pointer to the Xem Daemon block
+ * @conn: pointer to the Xen Daemon block
* @filename: path for the output file
*
* This method will restore a domain saved to disk by xenDaemonDomainSave().