device: fix typo in device_deinit
Fix minor typo s/responsability/responsibility. Signed-off-by: Jonas Spinner <jonas.spinner@burkert.com>
This commit is contained in:
parent
77b6035fce
commit
a65e93a47d
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ __syscall int device_init(const struct device *dev);
|
|||
* acquired (e.g. pins, memory, clocks, DMA channels, etc.) and its status will
|
||||
* be left as in its reset state.
|
||||
*
|
||||
* @warning It is the responsability of the caller to ensure that the device is
|
||||
* @warning It is the responsibility of the caller to ensure that the device is
|
||||
* ready to be de-initialized.
|
||||
*
|
||||
* @param dev device to be de-initialized.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue