fix comment about mq allocation
authorFlorian Dold <florian.dold@gmail.com>
Sun, 16 Oct 2016 20:12:00 +0000 (20:12 +0000)
committerFlorian Dold <florian.dold@gmail.com>
Sun, 16 Oct 2016 20:12:00 +0000 (20:12 +0000)
src/util/mq.c

index 81c680e746eeceb52cad3cdbde1c1dba3c7ae6df..da6c0b86f8a9157f5fb91b7773304405c0447a6c 100644 (file)
@@ -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;