diff options
| author | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-05-07 21:38:09 -0700 |
|---|---|---|
| committer | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-05-07 21:38:09 -0700 |
| commit | 19d8b8a17383863d45823e37f20a94cc1d55c3a6 (patch) | |
| tree | 5862658773da49c99ae77dfa0e578b3b519ed282 /i386-asm.c | |
| parent | 1b9935cf36e83b389cb26008df93a654af3f2074 (diff) | |
| download | tinycc-19d8b8a17383863d45823e37f20a94cc1d55c3a6.tar.gz tinycc-19d8b8a17383863d45823e37f20a94cc1d55c3a6.tar.bz2 | |
Spelling fixes in C comments only
Diffstat (limited to 'i386-asm.c')
| -rw-r--r-- | i386-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1473,7 +1473,7 @@ ST_FUNC void subst_asm_operand(CString *add_str, if (r & VT_SYM) { const char *name = get_tok_str(sv->sym->v, NULL); if (sv->sym->v >= SYM_FIRST_ANOM) { - /* In case of anonymuous symbols ("L.42", used + /* In case of anonymous symbols ("L.42", used for static data labels) we can't find them in the C symbol table when later looking up this name. So enter them now into the asm label |
