From cd29ef3850948c1e21203d34fdea311a47184948 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 20 Nov 2020 15:07:01 +0100 Subject: [PATCH] fixup! mbox: provide function to unset initialized mbox --- core/include/mbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/mbox.h b/core/include/mbox.h index c7c179d345ccd..121b9ae65a599 100644 --- a/core/include/mbox.h +++ b/core/include/mbox.h @@ -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 */