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.