1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/fatfs: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:18:07 +02:00
parent 2ea1b24eae
commit 591d08500a

View File

@ -60,7 +60,7 @@ DSTATUS disk_status(BYTE pdrv)
* @param[in] pdrv drive number to identify the drive
*
* @return STA_NODISK if no disk exists with the given id
* @return 0 if disk was initialized sucessfully
* @return 0 if disk was initialized successfully
* @return STA_NOINIT if disk id exists, but couldn't be initialized
*/
DSTATUS disk_initialize(BYTE pdrv)