Corrected spelling mistakes in comments and strings
This commit is contained in:
2
tccasm.c
2
tccasm.c
@ -232,7 +232,7 @@ static inline void asm_expr_sum(TCCState *s1, ExprValue *pe)
|
||||
} else {
|
||||
goto cannot_relocate;
|
||||
}
|
||||
pe->sym = NULL; /* same symbols can be substracted to NULL */
|
||||
pe->sym = NULL; /* same symbols can be subtracted to NULL */
|
||||
} else {
|
||||
cannot_relocate:
|
||||
tcc_error("invalid operation with label");
|
||||
|
||||
Reference in New Issue
Block a user