From 5cdc76749601f729873925089f0b4736ca9f550e Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 30 Mar 2020 09:45:33 -0700 Subject: [PATCH] Fix typo in lexer.rs --- cranelift/reader/src/lexer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/reader/src/lexer.rs b/cranelift/reader/src/lexer.rs index 314c1bcf17..20556dc0bd 100644 --- a/cranelift/reader/src/lexer.rs +++ b/cranelift/reader/src/lexer.rs @@ -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