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:
Frediano Ziglio 2020-05-28 16:25:07 +01:00 committed by Julien Ropé
parent 6c900f0442
commit 39c513b604

View File

@ -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;