Browse Source

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>
Stefan Weil 11 years ago
parent
commit
a9dd38db68
4 changed files with 4 additions and 4 deletions
  1. 1 1
      hw/i386/pc_piix.c
  2. 1 1
      hw/i386/pc_q35.c
  3. 1 1
      include/libdecnumber/decNumberLocal.h
  4. 1 1
      xen-hvm.c

+ 1 - 1
hw/i386/pc_piix.c

@@ -114,7 +114,7 @@ static void pc_init1(MachineState *machine,
         lowmem = 0xe0000000;
         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).
      * min(qemu limit, user limit).
      */
      */
     if (lowmem > pc_machine->max_ram_below_4g) {
     if (lowmem > pc_machine->max_ram_below_4g) {

+ 1 - 1
hw/i386/pc_q35.c

@@ -103,7 +103,7 @@ static void pc_q35_init(MachineState *machine)
         lowmem = 0xb0000000;
         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).
      * min(qemu limit, user limit).
      */
      */
     if (lowmem > pc_machine->max_ram_below_4g) {
     if (lowmem > pc_machine->max_ram_below_4g) {

+ 1 - 1
include/libdecnumber/decNumberLocal.h

@@ -153,7 +153,7 @@
 
 
 
 
   /* ---------------------------------------------------------------- */
   /* ---------------------------------------------------------------- */
-  /* Definitions for arbitary-precision modules (only valid after     */
+  /* Definitions for arbitrary-precision modules (only valid after    */
   /* decNumber.h has been included)				      */
   /* decNumber.h has been included)				      */
   /* ---------------------------------------------------------------- */
   /* ---------------------------------------------------------------- */
 
 

+ 1 - 1
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,
                                                    PC_MACHINE_MAX_RAM_BELOW_4G,
                                                    &error_abort);
                                                    &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).
      * min(xen limit, user limit).
      */
      */
     if (HVM_BELOW_4G_RAM_END <= user_lowmem) {
     if (HVM_BELOW_4G_RAM_END <= user_lowmem) {