mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-11 16:55:33 +00:00
red-common: Fix typo in comment
Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Acked-by: Julien Ropé <jrope@redhat.com>
This commit is contained in:
parent
6c900f0442
commit
39c513b604
@ -112,7 +112,7 @@ typedef struct GListIter {
|
||||
#define GLIST_FOREACH_REVERSED(_list, _type, _data) \
|
||||
GLIST_FOREACH_GENERIC(_list, G_PASTE(_iter_, __LINE__), _type, _data, prev)
|
||||
|
||||
/* This macro allows to use GLib for a class hieranrchy allocation.
|
||||
/* This macro allows to use GLib for a class hierarchy allocation.
|
||||
* The aims are:
|
||||
* - do not depend on C++ runtime, just C;
|
||||
* - do not throw memory exception from a C library;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user