From 057528b894be3b4acd17d8c2dfd26c53fc5f4df3 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Tue, 22 Oct 2024 22:49:57 +0200 Subject: [PATCH] docs: dma: Fix typo and grammar This fixes the spelling of the word expected, ads a missing comma. Signed-off-by: Reto Schneider --- doc/hardware/peripherals/dma.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hardware/peripherals/dma.rst b/doc/hardware/peripherals/dma.rst index 3e5ee43bb26..f2b998aaeda 100644 --- a/doc/hardware/peripherals/dma.rst +++ b/doc/hardware/peripherals/dma.rst @@ -43,7 +43,7 @@ DMA channels should be viewed as state machines that the DMA API provides transi the form of API calls. Every driver is expected to maintain its own channel state tracking. The busy state of the channel should be inspectable at any time with :c:func:`dma_get_status()`. -A diagram showing those expectated possible state transitions and their API calls is provided here +A diagram, showing those expected possible state transitions and their API calls is provided here for reference. .. graphviz::