We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee1b95 commit 438ad11Copy full SHA for 438ad11
src/dma.md
@@ -166,7 +166,7 @@ result in a data race: both the processor and the DMA would end up modifying
166
`buf` at the same time. Similarly the compiler can move the zeroing operation to
167
after `read_exact`, which would also result in a data race.
168
169
-To prevent these problematic reorderings we can use a [`compiler_fence`]:
+To prevent these problematic reorderings we can use a [`compiler_fence`].
170
171
[`compiler_fence`]: https://doc.rust-lang.org/core/sync/atomic/fn.compiler_fence.html
172
0 commit comments