From 7c79c0f6a8ed55a78a34adeed0102320e0b8cf36 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Mon, 9 May 2016 13:55:14 +0100 Subject: [PATCH] char-device: improved comment - fix typo; - simplify sentence. Signed-off-by: Frediano Ziglio Acked-by: Christophe Fergeau --- server/char-device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/char-device.h b/server/char-device.h index d05b1fd1..3ac28fd9 100644 --- a/server/char-device.h +++ b/server/char-device.h @@ -71,7 +71,7 @@ struct RedCharDeviceClass * has been completely written to it */ void (*on_free_self_token)(void *opaque); - /* This cb is called if it is recommanded that a client will be removed + /* This cb is called if it is recommended to remove the client * due to slow flow or due to some other error. * The called instance should disconnect the client, or at least the corresponding channel */ void (*remove_client)(RedClient *client, void *opaque);