[Spice-commits] common/marshaller.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Mon Aug 17 04:00:17 PDT 2015


 common/marshaller.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 449c5da90f6ab65a49139eb6c70be6004eb4ee31
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Aug 6 15:40:46 2015 +0100

    common: Fix typo in comment
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/common/marshaller.c b/common/marshaller.c
index bd012d7..55b9d51 100644
--- a/common/marshaller.c
+++ b/common/marshaller.c
@@ -80,7 +80,7 @@ struct SpiceMarshaller {
     MarshallerRef pointer_ref;
 
     int n_items;
-    int items_size; /* number of items availible in items */
+    int items_size; /* number of items available in items */
     MarshallerItem *items;
 
     MarshallerItem static_items[N_STATIC_ITEMS];


More information about the Spice-commits mailing list