From 19d8b8a17383863d45823e37f20a94cc1d55c3a6 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 7 May 2017 21:38:09 -0700 Subject: Spelling fixes in C comments only --- i386-asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386-asm.c') diff --git a/i386-asm.c b/i386-asm.c index 8f459a8..2e18497 100644 --- a/i386-asm.c +++ b/i386-asm.c @@ -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 -- cgit v1.3.1