Skip to content

Commit bc6edd9

Browse files
aarondelagonashif
authored andcommitted
include: storage: fixes typo in disk_access.h
Fix two typos in the disk access header file. Signed-off-by: Aaron Delago <[email protected]>
1 parent 2c21048 commit bc6edd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/zephyr/storage/disk_access.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int disk_access_status(const char *pdrv);
6969
*
7070
* Function to read data from disk to a memory buffer.
7171
*
72-
* Note: if he disk is of NVMe type, user will need to ensure data_buf
72+
* Note: if the disk is of NVMe type, user will need to ensure data_buf
7373
* pointer is 4-bytes aligned.
7474
*
7575
* @param[in] pdrv Disk name
@@ -87,7 +87,7 @@ int disk_access_read(const char *pdrv, uint8_t *data_buf,
8787
*
8888
* Function write data from memory buffer to disk.
8989
*
90-
* Note: if he disk is of NVMe type, user will need to ensure data_buf
90+
* Note: if the disk is of NVMe type, user will need to ensure data_buf
9191
* pointer is 4-bytes aligned.
9292
*
9393
* @param[in] pdrv Disk name

0 commit comments

Comments
 (0)