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 /hw/i386/pc_q35.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 'hw/i386/pc_q35.c')
-rw-r--r-- | hw/i386/pc_q35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c index 36b6ab0bce..f55196150c 100644 --- a/hw/i386/pc_q35.c +++ b/hw/i386/pc_q35.c @@ -103,7 +103,7 @@ static void pc_q35_init(MachineState *machine) lowmem = 0xb0000000; } - /* 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(qemu limit, user limit). */ if (lowmem > pc_machine->max_ram_below_4g) { |