We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daec5a commit 9436354Copy full SHA for 9436354
compiler/core/src/opcode.rs
@@ -24,7 +24,7 @@ impl TryFrom<u8> for Opcode {
24
type Error = MarshalError;
25
26
fn try_from(raw: u8) -> Result<Self, Self::Error> {
27
- // u8 can never be a pseduo.
+ // u8 can never be a pseudo.
28
RealOpcode::try_from(raw).map(Opcode::Real)
29
}
30
0 commit comments