Skip to content

Commit

Permalink
Merge pull request RIOT-OS#11775 from aabadie/pr/riotboot/flashwrite_…
Browse files Browse the repository at this point in the history
…typo

riotboot/flashwrite: fix typo in doxygen documentation
  • Loading branch information
aabadie authored Jul 2, 2019
2 parents 2ebd65f + 22796b7 commit a01e70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/riotboot/flashwrite.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit a01e70a

Please sign in to comment.