]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/mfrom_table_gen.c
virtio-balloon: cleanup: remove qdev field.
[qemu.git] / target-ppc / mfrom_table_gen.c
index 8c67d4444fbcf8035db31b35b75eb5808d6b2890..a140ded47a93bccc0dca5a628da817d349d54bc0 100644 (file)
@@ -8,10 +8,10 @@ int main (void)
     double d;
     uint8_t n;
     int i;
-   
+
     printf("static const uint8_t mfrom_ROM_table[602] =\n{\n    ");
     for (i = 0; i < 602; i++) {
-        /* Extremly decomposed:
+        /* Extremely decomposed:
          *                    -T0 / 256
          * T0 = 256 * log10(10          + 1.0) + 0.5
          */