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 c1037ea commit 6e6e65bCopy full SHA for 6e6e65b
src/dma.md
@@ -264,7 +264,7 @@ So how does this work when not talking to another thread, but to
264
some hardware like the DMA engine? The answer is that in the current
265
implementation, volatiles happen to work just like relaxed atomic
266
operations. There's work going on to actually guarantee this behavior
267
-for future versions of rust.
+for future versions of Rust.
268
269
## Generic buffer
270
0 commit comments