Skip to content

Commit 622f16e

Browse files
jannictherealprof
andcommitted
Fix typo
Co-authored-by: Daniel Egger <[email protected]>
1 parent 3ffcd2d commit 622f16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ So how does this work when not talking to another thread, but to
264264
some hardware like the DMA engine? The answer is that in the current
265265
implementation, volatiles happen to work just like relaxed atomic
266266
operations. There's work going on to actually guarantee this behavior
267-
for future versions of rust.
267+
for future versions of Rust.
268268

269269
## Generic buffer
270270

0 commit comments

Comments
 (0)