From 5251ee326d9fab8373fb06c25a0c12331e5c4d07 Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Wed, 26 Apr 2017 08:16:45 +0300 Subject: [PATCH] Fix typo --- src/lib/eina/eina_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_debug.h b/src/lib/eina/eina_debug.h index 834927b1de..36d5760777 100644 --- a/src/lib/eina/eina_debug.h +++ b/src/lib/eina/eina_debug.h @@ -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.