Skip to content

Commit

Permalink
faq: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Nov 6, 2018
1 parent aa23adc commit 939cca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faq.md
Expand Up @@ -180,7 +180,7 @@ LLVM does support the AVR architecture but the AVR backend has bugs that prevent
it from being enabled in `rustc`. In particular, the AVR backend should be able
to compile the `core` crate without hitting any LLVM assertion before it's
enabled in `rustc`. A likely outdated list of LLVM bugs that need to be fixed
can be found in [the issue tracker of the the rust-avr fork of rustc][rust-avr].
can be found in [the issue tracker of the rust-avr fork of rustc][rust-avr].

[rust-var]: https://github.com/avr-rust/rust/issues

Expand Down Expand Up @@ -326,4 +326,4 @@ Please note that examples may make use of the `semihosting` concept but this
should not be used in production setups due to the lack of connected debugger and
a host running appropriate debugging software. The use of a serial interface is
often a better choice. However if you just would like to see your example running
please make sure your setup is ready to deal with the `semihosting` requirements.
please make sure your setup is ready to deal with the `semihosting` requirements.

0 comments on commit 939cca3

Please sign in to comment.