From 903a1d69865a112bc2f5e015aaf4f7c172d39556 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 16 Oct 2016 20:12:00 +0000 Subject: [PATCH] fix comment about mq allocation --- src/util/mq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/util/mq.c b/src/util/mq.c index 81c680e74..da6c0b86f 100644 --- a/src/util/mq.c +++ b/src/util/mq.c @@ -44,8 +44,9 @@ struct GNUNET_MQ_Envelope struct GNUNET_MQ_Envelope *prev; /** - * Actual allocated message header, - * usually points to the end of the containing GNUNET_MQ_Envelope + * Actual allocated message header. + * The GNUNET_MQ_Envelope header is allocated at + * the end of the message. */ struct GNUNET_MessageHeader *mh; -- 2.25.1