doc: fix typo in driver documentation

'whice' is replaced with 'which', which makes more sense in the
given context.

Signed-off-by: Didrik Rokhaug <didrik.rokhaug@gmail.com>
This commit is contained in:
Didrik Rokhaug 2021-04-30 11:09:28 +02:00 committed by Anas Nashif
commit 5045f5772c

View file

@ -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.