Fix typo in comment

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-10-27 10:25:34 +01:00
parent 2f5d0b502f
commit f96a78fc4b

View File

@ -359,7 +359,7 @@ RedClient *red_client_ref(RedClient *client);
/*
* releases the client resources when refs == 0.
* We assume the red_client_derstroy was called before
* We assume the red_client_destroy was called before
* we reached refs==0
*/
RedClient *red_client_unref(RedClient *client);