From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 1/5] tools: libxc: fix "alocated" typo in comment Date: Tue, 7 Jul 2015 16:40:28 +0100 Message-ID: <1436283632-6370-1-git-send-email-ian.campbell@citrix.com> References: <1436283618.25646.253.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1436283618.25646.253.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, wei.liu2@citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Campbell --- tools/libxc/include/xenctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h index d1d2ab3..74f2e12 100644 --- a/tools/libxc/include/xenctrl.h +++ b/tools/libxc/include/xenctrl.h @@ -376,7 +376,7 @@ void xc__hypercall_buffer_free_pages(xc_interface *xch, xc_hypercall_buffer_t *b * buffer and call xc_hypercall_buffer_array_get(). * * Destroy the array with xc_hypercall_buffer_array_destroy() to free - * the array and all its alocated hypercall buffers. + * the array and all its allocated hypercall buffers. */ struct xc_hypercall_buffer_array; typedef struct xc_hypercall_buffer_array xc_hypercall_buffer_array_t; -- 2.1.4