Skip to content

Commit a65e93a

Browse files
jonas-5ae29ckartben
authored andcommitted
device: fix typo in device_deinit
Fix minor typo s/responsability/responsibility. Signed-off-by: Jonas Spinner <[email protected]>
1 parent 77b6035 commit a65e93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ __syscall int device_init(const struct device *dev);
881881
* acquired (e.g. pins, memory, clocks, DMA channels, etc.) and its status will
882882
* be left as in its reset state.
883883
*
884-
* @warning It is the responsability of the caller to ensure that the device is
884+
* @warning It is the responsibility of the caller to ensure that the device is
885885
* ready to be de-initialized.
886886
*
887887
* @param dev device to be de-initialized.

0 commit comments

Comments
 (0)