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:
Jonas Spinner 2025-03-25 15:59:28 +01:00 committed by Benjamin Cabé
commit a65e93a47d

View file

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