From ba7045392ca5770d882140a1c149cc80079ce7ac Mon Sep 17 00:00:00 2001 From: YarivCol Date: Thu, 21 Sep 2017 05:07:42 -0700 Subject: [PATCH] fix doc in the function empty --- rtos/Mail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtos/Mail.h b/rtos/Mail.h index f8a3a96a58..63dd552223 100644 --- a/rtos/Mail.h +++ b/rtos/Mail.h @@ -56,7 +56,7 @@ public: /** Check if the mail queue is empty * - * @return True if the mail queue is mail, false if not + * @return True if the mail queue is empty, false if not */ bool empty() const { return _queue.empty();