From 5045f5772c0a7787002afa99d432237a921283b5 Mon Sep 17 00:00:00 2001 From: Didrik Rokhaug Date: Fri, 30 Apr 2021 11:09:28 +0200 Subject: [PATCH] doc: fix typo in driver documentation 'whice' is replaced with 'which', which makes more sense in the given context. Signed-off-by: Didrik Rokhaug --- doc/reference/drivers/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/drivers/index.rst b/doc/reference/drivers/index.rst index 7a0f636963e..9a82be4875b 100644 --- a/doc/reference/drivers/index.rst +++ b/doc/reference/drivers/index.rst @@ -486,7 +486,7 @@ Device Model Drivers with multiple MMIO regions =============================================== Some drivers may have multiple MMIO regions. In addition, some drivers -may already be implementing a form of inheritance whice requires some other +may already be implementing a form of inheritance which requires some other data to be placed first in the ``config_info`` and ``driver_data`` structures.