aboutsummaryrefslogtreecommitdiffstats
path: root/core/asm/lexer.go
diff options
context:
space:
mode:
authorhydai <z54981220@gmail.com>2018-03-14 17:59:06 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-03-14 17:59:06 +0800
commita06387674983d93453b800380f6f55c6406f51e3 (patch)
tree35a443bf1a9c9090555a4c9bc00755971da74849 /core/asm/lexer.go
parent62bc179bb964e8852ff33f8fcebc916bbf938424 (diff)
downloaddexon-a06387674983d93453b800380f6f55c6406f51e3.tar.gz
dexon-a06387674983d93453b800380f6f55c6406f51e3.tar.zst
dexon-a06387674983d93453b800380f6f55c6406f51e3.zip
core/asm: fixed typo (labal -> label) (#16313)
Diffstat (limited to 'core/asm/lexer.go')
-rw-r--r--core/asm/lexer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/asm/lexer.go b/core/asm/lexer.go
index 405499950..4d62159e5 100644
--- a/core/asm/lexer.go
+++ b/core/asm/lexer.go
@@ -48,7 +48,7 @@ const (
lineEnd // emitted when a line ends
invalidStatement // any invalid statement
element // any element during element parsing
- label // label is emitted when a labal is found
+ label // label is emitted when a label is found
labelDef // label definition is emitted when a new label is found
number // number is emitted when a number is found
stringValue // stringValue is emitted when a string has been found