tools: libxc: fix "alocated" typo in comment
authorIan Campbell <ian.campbell@citrix.com>
Tue, 7 Jul 2015 15:40:28 +0000 (16:40 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 8 Jul 2015 10:14:12 +0000 (11:14 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/include/xenctrl.h

index d1d2ab306e5a2697bc4bc985e9cb768e64003eb7..74f2e121194e30be1aa05ccf10d80326becc892d 100644 (file)
@@ -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;