mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-04 17:13:38 +00:00
common: Fix typo in comment
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
dd63a3b656
commit
449c5da90f
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user