[Spice-commits] server/red-common.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 4 09:21:10 UTC 2020


 server/red-common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 39c513b604959f557b7d7ee50563409fb8cc3611
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Thu May 28 16:25:07 2020 +0100

    red-common: Fix typo in comment
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>
    Acked-by: Julien Ropé <jrope at redhat.com>

diff --git a/server/red-common.h b/server/red-common.h
index 2e168520..c6814b9e 100644
--- a/server/red-common.h
+++ b/server/red-common.h
@@ -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;


More information about the Spice-commits mailing list