spelling fixes
[dpdk.git] / lib / librte_eal / linuxapp / xen_dom0 / dom0_mm_misc.c
index 87fa3e6..5eaa607 100644 (file)
@@ -224,7 +224,7 @@ dom0_memory_free(struct dom0_mm_data * mm_data)
        if (num_block == 0)
                return -1;
 
-       /* free memory and destory contiguous region in Xen*/
+       /* free memory and destroy contiguous region in Xen*/
        for (i = 0; i< num_block; i++) {
                vstart = mm_data->block_info[i].vir_addr;
                if (vstart) {