From a9dd38db68a280fd8e2ece16904a5bae52be1925 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 7 Jul 2014 21:00:41 +0200 Subject: Fix new typos in comments (found by codespell) arbitary -> arbitrary basicly -> basically Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- xen-hvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen-hvm.c') diff --git a/xen-hvm.c b/xen-hvm.c index c928b36..a2486cf 100644 --- a/xen-hvm.c +++ b/xen-hvm.c @@ -165,7 +165,7 @@ static void xen_ram_init(ram_addr_t *below_4g_mem_size, PC_MACHINE_MAX_RAM_BELOW_4G, &error_abort); - /* Handle the machine opt max-ram-below-4g. It is basicly doing + /* Handle the machine opt max-ram-below-4g. It is basically doing * min(xen limit, user limit). */ if (HVM_BELOW_4G_RAM_END <= user_lowmem) { -- cgit v1.1