Skip to content

Commit 057528b

Browse files
rettichschnidinashif
authored andcommitted
docs: dma: Fix typo and grammar
This fixes the spelling of the word expected, ads a missing comma. Signed-off-by: Reto Schneider <[email protected]>
1 parent 0841bcf commit 057528b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/hardware/peripherals/dma.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DMA channels should be viewed as state machines that the DMA API provides transi
4343
the form of API calls. Every driver is expected to maintain its own channel state tracking. The busy
4444
state of the channel should be inspectable at any time with :c:func:`dma_get_status()`.
4545

46-
A diagram showing those expectated possible state transitions and their API calls is provided here
46+
A diagram, showing those expected possible state transitions and their API calls is provided here
4747
for reference.
4848

4949
.. graphviz::

0 commit comments

Comments
 (0)