WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] libxl: fix typo in comment

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] libxl: fix typo in comment
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 16 Jul 2010 06:06:06 -0700
Delivery-date: Fri, 16 Jul 2010 06:08:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
# Date 1279122009 -3600
# Node ID 5c3da88b457ac22bb4d5adcf7729269836fe30d9
# Parent  d0b384c3121eb545c49829b9c91e7050e71a3b5c
libxl: fix typo in comment

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
 tools/libxl/libxl_internal.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r d0b384c3121e -r 5c3da88b457a tools/libxl/libxl_internal.h
--- a/tools/libxl/libxl_internal.h      Wed Jul 14 16:39:43 2010 +0100
+++ b/tools/libxl/libxl_internal.h      Wed Jul 14 16:40:09 2010 +0100
@@ -176,7 +176,7 @@ int hvm_build_set_params(xc_interface *h
  /* 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 */

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] libxl: fix typo in comment, Xen patchbot-unstable <=