From 0224cd157f403a2d481095d3e0a0b1a03f117164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 29 Sep 2017 10:40:36 +0200 Subject: [PATCH] Clarification in documentation. --- include/neocomm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/neocomm.h b/include/neocomm.h index 8de742e..e7f5b98 100644 --- a/include/neocomm.h +++ b/include/neocomm.h @@ -50,7 +50,7 @@ struct message { }; /** - * @brief Status of a message. + * @brief Status of a sent message. */ enum { NC_PENDING = 1, ///< Status of message is pending.