Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Accidentally introduced in 0b9ca84.
  • Loading branch information
phil-opp committed Jan 22, 2020
1 parent 0346ec3 commit 7070bb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ cargo rustc -- -C link-args="/ENTRY:_start /SUBSYSTEM:console"
cargo rustc -- -C link-args="-e __start -static -nostartfiles"
```

Note that this is just a minimal example of a freestanding Rust binary. This binary expects various things, for example that a stack is initialized when the `_start` function is called. **So it probably for any real use of such a binary, more steps are required**.
Note that this is just a minimal example of a freestanding Rust binary. This binary expects various things, for example that a stack is initialized when the `_start` function is called. **So for any real use of such a binary, more steps are required**.

## What's next?

Expand Down

0 comments on commit 7070bb6

Please sign in to comment.