From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 5 of 9] libxl: fix typo Date: Mon, 12 Jul 2010 15:01:41 +0100 Message-ID: <4b41b5e7532c918a62cb.1278943301@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Campbell diff -r 6c6961e09c50 -r 4b41b5e7532c tools/libxl/libxl_internal.h --- a/tools/libxl/libxl_internal.h Mon Jul 12 14:56:37 2010 +0100 +++ b/tools/libxl/libxl_internal.h Mon Jul 12 14:56:37 2010 +0100 @@ -176,7 +176,7 @@ /* 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 */