mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
arch/aarch64/Mir: fix spelling (pseudo instead of psuedo)
This commit is contained in:
parent
8d872b018d
commit
58349b2c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ pub const Inst = struct {
|
|||
orr_shifted_register,
|
||||
/// Pseudo-instruction: Pop multiple registers
|
||||
pop_regs,
|
||||
/// Psuedo-instruction: Push multiple registers
|
||||
/// Pseudo-instruction: Push multiple registers
|
||||
push_regs,
|
||||
/// Return from subroutine
|
||||
ret,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue