Skip to content

Commit 4aa1ac9

Browse files
malto101kartben
authored andcommitted
doc: fix typo in driver subsection of kernel
This commit fixes a type in kernel/driver/index.rst, present in the "Drivers that do not use Zephyr Device Model" subsection Signed-off-by: Dhruv Menon <[email protected]>
1 parent 3a0f26f commit 4aa1ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/kernel/drivers/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ would be in the driver config struct:
590590
Drivers that do not use Zephyr Device Model
591591
===========================================
592592

593-
Some drivers or driver-like code may not user Zephyr's device model,
593+
Some drivers or driver-like code may not use Zephyr's device model,
594594
and alternative storage must be arranged for the MMIO data. An
595595
example of this are timer drivers, or interrupt controller code.
596596

0 commit comments

Comments
 (0)