Fix typo
authorDaniel Zaoui <daniel.zaoui@yahoo.com>
Wed, 26 Apr 2017 05:16:45 +0000 (08:16 +0300)
committerDaniel Zaoui <daniel.zaoui@yahoo.com>
Mon, 5 Jun 2017 05:55:36 +0000 (08:55 +0300)
src/lib/eina/eina_debug.h

index 834927b..36d5760 100644 (file)
@@ -114,7 +114,7 @@ typedef Eina_Bool (*Eina_Debug_Timer_Cb)(void *);
  */
 typedef struct
 {
-   int size; /**< Packet size after this element */
+   int size; /**< Packet size including this element */
    /**<
     * During sending, it corresponds to the id of the destination. During reception, it is the id of the source
     * The daemon is in charge of swapping the id before forwarding the packet to the destination.