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 c5d10d4..6b6c7b2 100644 --- a/gas/atof-generic.c +++ b/gas/atof-generic.c @@ -472,7 +472,7 @@ atof_generic (address_of_string_pointer, { /* * Compute the mantssa (& exponent) of the power of 10. - * If sucessful, then multiply the power of 10 by the digits + * If successful, then multiply the power of 10 by the digits * giving return_binary_mantissa and return_binary_exponent. */ |