]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/mfrom_table_gen.c
rng-egd: remove redundant free
[qemu.git] / target-ppc / mfrom_table_gen.c
index ab4b1cc0bdcc44290677d35dfc09a6310b8e52ff..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
          */