diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-07-07 21:00:41 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-07-18 17:45:36 +0400 |
commit | a9dd38db68a280fd8e2ece16904a5bae52be1925 (patch) | |
tree | 45010e9755142d74c06b9dbb1794cdc1c434424f /xen-hvm.c | |
parent | b739ef05dbaffcaade5e756a70f91cdf9c327154 (diff) |
Fix new typos in comments (found by codespell)
arbitary -> arbitrary
basicly -> basically
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'xen-hvm.c')
-rw-r--r-- | xen-hvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |