mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
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>
This commit is contained in:
committed by
Michael Tokarev
parent
b739ef05db
commit
a9dd38db68
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user