Skip to content

Commit 0ed8226

Browse files
authored
Merge pull request #12 from PotHix/patch-1
Minor typo in the README
2 parents fb4c65a + 4c89c30 commit 0ed8226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ paths leading from your code to the panic handler.
2727
The idea for this tool was born while we were on some code for Cortex-M processors. Using `objdump` and `grep` you can
2828
easily prove that there is no `panic!` in the code, because the optimizer has removed those functions from the resulting
2929
binary. For non `#[no_std]` targets the optimizer cannot remove them because the binary is statically linked to the
30-
Rust standard libary which contains those functions. We wanted this tool to be able to prove the abscence
31-
of paths to `panic!` in Rust binaries that contain the standard libary. See the [Results](#Results) section to see
30+
Rust standard library which contains those functions. We wanted this tool to be able to prove the abscence
31+
of paths to `panic!` in Rust binaries that contain the standard library. See the [Results](#Results) section to see
3232
why this turned out to be not so easy.
3333

3434
## Who

0 commit comments

Comments
 (0)