From: Ian Campbell Date: Tue, 7 Jul 2015 15:40:28 +0000 (+0100) Subject: tools: libxc: fix "alocated" typo in comment X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2897 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5eac60e3ae98d6d361d2d631c7ab8460f3dd9b72;p=xen.git tools: libxc: fix "alocated" typo in comment Signed-off-by: Ian Campbell Acked-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h index d1d2ab306e..74f2e12119 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;