Skip to content

Commit f613e12

Browse files
fix typo
Co-authored-by: Irina Nita <irina.nita@posteo.com>
1 parent 9b4b7e7 commit f613e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux_kernel_development/3.poweroff/2.poweroff_arm64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and uses them similar to hypervisor calls. It executes actions based on the valu
1919
- register `x0` stores the command `SYS_*`
2020
- register `x1` stores a reference (pointer) to the exit reason
2121

22-
We have to enable `semihsoting` in QEMU by appending `-semihosting` to the command line.
22+
We have to enable `semihosting` in QEMU by appending `-semihosting` to the command line.
2323

2424
```rust
2525
unsafe {

0 commit comments

Comments
 (0)