]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
Fix new typos in comments (found by codespell)
authorStefan Weil <sw@weilnetz.de>
Mon, 7 Jul 2014 19:00:41 +0000 (21:00 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 18 Jul 2014 13:45:36 +0000 (17:45 +0400)
arbitary -> arbitrary
basicly -> basically

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/libdecnumber/decNumberLocal.h
xen-hvm.c

index ec8ccdb673cc4b9064843a63559d16d56bdfa9cb..7081c08a69b0cf4df35b24e5b9886c1b8d4debd1 100644 (file)
@@ -114,7 +114,7 @@ static void pc_init1(MachineState *machine,
         lowmem = 0xe0000000;
     }
 
-    /* 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) {
index 36b6ab0bce3d63f056b4ae28cea3add002410fb1..f55196150c966586bfbb27d2ca1f960c026220d6 100644 (file)
@@ -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) {
index cd4eb79e80d2668392fd9b273de0124401a526c0..71ed77bf21c449dea47b9e4a48ed01bb4a833194 100644 (file)
 
 
   /* ---------------------------------------------------------------- */
-  /* Definitions for arbitary-precision modules (only valid after     */
+  /* Definitions for arbitrary-precision modules (only valid after    */
   /* decNumber.h has been included)                                  */
   /* ---------------------------------------------------------------- */
 
index c928b36a45ea91c28e143b5f70157272dba7189b..a2486cfd7ecc321ee2e3719884b35e627b0223b4 100644 (file)
--- 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) {