diff options
Diffstat (limited to 'gas/config/tc-tic4x.c')
-rw-r--r-- | gas/config/tc-tic4x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c index ff4bdc1..50db237 100644 --- a/gas/config/tc-tic4x.c +++ b/gas/config/tc-tic4x.c @@ -223,7 +223,7 @@ const char FLT_CHARS[] = "fFilsS"; extern FLONUM_TYPE generic_floating_point_number; /* Precision in LittleNums. */ -#define MAX_PRECISION (4) /* Its a bit overkill for us, but the code +#define MAX_PRECISION (4) /* It's a bit overkill for us, but the code requires it... */ #define S_PRECISION (1) /* Short float constants 16-bit. */ #define F_PRECISION (2) /* Float and double types 32-bit. */ @@ -903,7 +903,7 @@ tic4x_stringer (int append_zero) as_bad (_("Non-constant symbols not allowed\n")); return; } - exp.X_add_number &= 255; /* Limit numeber to 8-bit */ + exp.X_add_number &= 255; /* Limit number to 8-bit */ emit_expr (&exp, 1); bytes++; } |