diff options
Diffstat (limited to 'gas/config/tc-maxq.h')
-rw-r--r-- | gas/config/tc-maxq.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-maxq.h b/gas/config/tc-maxq.h index 12b7a9497acc..dfa37f59ed65 100644 --- a/gas/config/tc-maxq.h +++ b/gas/config/tc-maxq.h @@ -1,4 +1,4 @@ -/* tc-maxq.h -- Header file for the asssembler(MAXQ) +/* tc-maxq.h -- Header file for the assembler(MAXQ) Copyright 2004, 2005 Free Software Foundation, Inc. @@ -116,10 +116,10 @@ extern void maxq20_cons_fix_new (fragS *, unsigned int, unsigned int, expression extern void maxq_number_to_chars (char *, valueT, int); /* If this macro is defined, it is a pointer to a NULL terminated list of - chracters which may appear in an operand. GAS already assumes that all - alphanumeric chracters, and '$', '.', and '_' may appear in an + characters which may appear in an operand. GAS already assumes that all + alphanumeric characters, and '$', '.', and '_' may appear in an operand("symbol_char"in app.c). This macro may be defined to treat - additional chracters as appearing in an operand. This affects the way in + additional characters as appearing in an operand. This affects the way in which GAS removes whitespaces before passing the string to md_assemble. */ #define tc_symbol_chars_extra_symbol_chars |