diff --git a/include/zephyr/device.h b/include/zephyr/device.h index ef01ea323f1..df2d47250c7 100644 --- a/include/zephyr/device.h +++ b/include/zephyr/device.h @@ -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.