[Spice-commits] server/smartcard.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Mon Sep 18 09:45:57 UTC 2017


 server/smartcard.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46ede1f83ce8a3d470c89962f0bc163bc5d30b38
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Mon Sep 18 10:16:19 2017 +0100

    smartcard: Fix typo in comment
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/server/smartcard.c b/server/smartcard.c
index 73f24851..fa3a55dd 100644
--- a/server/smartcard.c
+++ b/server/smartcard.c
@@ -490,7 +490,7 @@ void smartcard_channel_write_to_reader(RedCharDeviceWriteBuffer *write_buf)
     dev = RED_CHAR_DEVICE_SMARTCARD(sin->st);
     spice_assert(!dev->priv->scc ||
                  dev == smartcard_channel_client_get_char_device(dev->priv->scc));
-    /* protocol requires messages to be in network endianess */
+    /* protocol requires messages to be in network endianness */
     vheader->type = htonl(vheader->type);
     vheader->length = htonl(vheader->length);
     vheader->reader_id = htonl(vheader->reader_id);


More information about the Spice-commits mailing list