Skip to content

Commit

Permalink
fixup! mbox: provide function to unset initialized mbox
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Nov 20, 2020
1 parent 40236e6 commit cd29ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/mbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static inline size_t mbox_avail(mbox_t *mbox)
}

/**
* @brief Unset's the mbox, effectively deinitializing invalidating it.
* @brief Unset's the mbox, effectively deinitializing and invalidating it.
*
* @param[in] mbox ptr to mailbox to operate on
*/
Expand Down

0 comments on commit cd29ef3

Please sign in to comment.