[Spice-devel] [PATCH 2/2] char-device: improved comment

Frediano Ziglio fziglio at redhat.com
Mon May 9 12:55:55 UTC 2016


- fix typo;
- simplify sentence.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 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 d05b1fd..3ac28fd 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);
-- 
2.5.5



More information about the Spice-devel mailing list