]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix spelling of Xen in comments
authorPhilipp Hahn <hahn@univention.de>
Thu, 23 Sep 2010 15:22:03 +0000 (17:22 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 23 Sep 2010 15:22:03 +0000 (17:22 +0200)
src/xen/xend_internal.c

index 1870d5ba52876d1d9f5c562550c8b22d26fcbe3d..fce0233c3cc26f36450cc8df68a551294ef36466 100644 (file)
@@ -863,7 +863,7 @@ xenDaemonOpen_tcp(virConnectPtr conn, const char *host, const char *port)
 
 /**
  * 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
@@ -883,7 +883,7 @@ xend_wait_for_devices(virConnectPtr xend, const char *name)
 
 /**
  * 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().
@@ -2797,7 +2797,7 @@ xenDaemonDomainSuspend(virDomainPtr domain)
 
 /**
  * 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
@@ -3024,7 +3024,7 @@ xenDaemonDomainCoreDump(virDomainPtr domain, const char *filename,
 
 /**
  * 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().