summaryrefslogtreecommitdiffstats
path: root/target-ppc/mfrom_table_gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/mfrom_table_gen.c')
-rw-r--r--target-ppc/mfrom_table_gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/mfrom_table_gen.c b/target-ppc/mfrom_table_gen.c
index 4c06aa4..a140ded 100644
--- a/target-ppc/mfrom_table_gen.c
+++ b/target-ppc/mfrom_table_gen.c
@@ -11,7 +11,7 @@ int main (void)
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
*/
OpenPOWER on IntegriCloud