Skip to content

Commit 9436354

Browse files
committed
typo
1 parent 3daec5a commit 9436354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/core/src/opcode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl TryFrom<u8> for Opcode {
2424
type Error = MarshalError;
2525

2626
fn try_from(raw: u8) -> Result<Self, Self::Error> {
27-
// u8 can never be a pseduo.
27+
// u8 can never be a pseudo.
2828
RealOpcode::try_from(raw).map(Opcode::Real)
2929
}
3030
}

0 commit comments

Comments
 (0)