Fix typo in lexer.rs

This commit is contained in:
Andrew Brown
2020-03-30 09:45:33 -07:00
parent fde5ddf159
commit 5cdc767496

View File

@@ -43,7 +43,7 @@ pub enum Token<'a> {
SigRef(u32), // sig2
UserRef(u32), // u345
Name(&'a str), // %9arbitrary_alphanum, %x3, %0, %function ...
String(&'a str), // "abritrary quoted string with no escape" ...
String(&'a str), // "arbitrary quoted string with no escape" ...
HexSequence(&'a str), // #89AF
Identifier(&'a str), // Unrecognized identifier (opcode, enumerator, ...)
SourceLoc(&'a str), // @00c7