1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #11775 from aabadie/pr/riotboot/flashwrite_typo

riotboot/flashwrite: fix typo in doxygen documentation
This commit is contained in:
Alexandre Abadie 2019-07-02 13:19:56 +02:00 committed by GitHub
commit a01e70a4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ static inline int riotboot_flashwrite_init(riotboot_flashwrite_t *state,
* @param[in,out] state ptr to previously used update state
* @param[in] bytes ptr to data
* @param[in] len len of data
* @param[in] more whether more data is comming
* @param[in] more whether more data is coming
*
* @returns 0 on success, <0 otherwise
*/