Skip to content

Commit 939cca3

Browse files
authored
faq: typo
1 parent aa23adc commit 939cca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ LLVM does support the AVR architecture but the AVR backend has bugs that prevent
180180
it from being enabled in `rustc`. In particular, the AVR backend should be able
181181
to compile the `core` crate without hitting any LLVM assertion before it's
182182
enabled in `rustc`. A likely outdated list of LLVM bugs that need to be fixed
183-
can be found in [the issue tracker of the the rust-avr fork of rustc][rust-avr].
183+
can be found in [the issue tracker of the rust-avr fork of rustc][rust-avr].
184184

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

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

0 commit comments

Comments
 (0)