X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost_xen%2Fxenstore_parse.c;h=ab089f1b7f7ba1753d167c04dd1963e99ec32401;hb=98a7ea332ba3da0f74ec951595d36a616165b255;hp=26d2432084dac611562c446a7443e963bdb698ff;hpb=eb0082450f8e6f5206c1ceaeb00f88f87663c19d;p=dpdk.git diff --git a/examples/vhost_xen/xenstore_parse.c b/examples/vhost_xen/xenstore_parse.c index 26d2432084..ab089f1b7f 100644 --- a/examples/vhost_xen/xenstore_parse.c +++ b/examples/vhost_xen/xenstore_parse.c @@ -293,7 +293,7 @@ err: } /* - * This function maps grant node of vring or mbuf pool to a continous virtual address space, + * This function maps grant node of vring or mbuf pool to a continuous virtual address space, * and returns mapped address, pfn array, index array * @param gntnode * Pointer to grant node @@ -460,7 +460,7 @@ cleanup_mempool(struct xen_mempool *mempool) /* * process mempool node idx#_mempool_gref, idx = 0, 1, 2... - * untill we encounter a node that doesn't exist. + * until we encounter a node that doesn't exist. */ int parse_mempoolnode(struct xen_guest *guest)