]> xenbits.xensource.com Git - xen.git/commitdiff
libxl: fix typo in comment
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 14 Jul 2010 15:40:09 +0000 (16:40 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 14 Jul 2010 15:40:09 +0000 (16:40 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_internal.h

index b07a9baf3a90d4bcf0e183fed30cbfdadda5447e..10d45c70e6df69916506755122364b2de6850d4a 100644 (file)
@@ -176,7 +176,7 @@ int hvm_build_set_params(xc_interface *handle, uint32_t domid,
  /* higher-level double-fork and separate detach eg as for device models */
 
 struct libxl_spawn_starting {
-    /* put this in your own stateu structure as returned to application */
+    /* put this in your own status structure as returned to application */
     /* all fields are private to libxl_spawn_... */
     pid_t intermediate;
     char *what; /* malloc'd in spawn_spawn */