diff options
Diffstat (limited to 'dynasm/dynasm.lua')
-rw-r--r-- | dynasm/dynasm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynasm/dynasm.lua b/dynasm/dynasm.lua index 5be75f7f..0d15a872 100644 --- a/dynasm/dynasm.lua +++ b/dynasm/dynasm.lua | |||
@@ -75,7 +75,7 @@ local function wline(line, needindent) | |||
75 | g_synclineno = g_synclineno + 1 | 75 | g_synclineno = g_synclineno + 1 |
76 | end | 76 | end |
77 | 77 | ||
78 | -- Write assembler line as a comment, if requestd. | 78 | -- Write assembler line as a comment, if requested. |
79 | local function wcomment(aline) | 79 | local function wcomment(aline) |
80 | if g_opt.comment then | 80 | if g_opt.comment then |
81 | wline(g_opt.comment..aline..g_opt.endcomment, true) | 81 | wline(g_opt.comment..aline..g_opt.endcomment, true) |