From 4aa1ac9f969a89e79387b8a3dcb1c7ed44397cd3 Mon Sep 17 00:00:00 2001 From: Dhruv Menon Date: Mon, 5 May 2025 21:18:54 +0530 Subject: [PATCH] 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 --- doc/kernel/drivers/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kernel/drivers/index.rst b/doc/kernel/drivers/index.rst index 762ddb94b28..458da5a87f7 100644 --- a/doc/kernel/drivers/index.rst +++ b/doc/kernel/drivers/index.rst @@ -590,7 +590,7 @@ would be in the driver config struct: Drivers that do not use Zephyr Device Model =========================================== -Some drivers or driver-like code may not user Zephyr's device model, +Some drivers or driver-like code may not use Zephyr's device model, and alternative storage must be arranged for the MMIO data. An example of this are timer drivers, or interrupt controller code.