diff options
Diffstat (limited to 'gas/atof-generic.c')
-rw-r--r-- | gas/atof-generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/atof-generic.c b/gas/atof-generic.c index ec05f0e..b5070e6 100644 --- a/gas/atof-generic.c +++ b/gas/atof-generic.c @@ -452,7 +452,7 @@ atof_generic (/* return pointer to just AFTER number we read. */ { /* - * Compute the mantssa (& exponent) of the power of 10. + * Compute the mantissa (& exponent) of the power of 10. * If successful, then multiply the power of 10 by the digits * giving return_binary_mantissa and return_binary_exponent. */ |