mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Fix a typo
This commit is contained in:
parent
fdef315ba2
commit
5e287750f7
@ -42,7 +42,7 @@
|
||||
/* --- defines --- */
|
||||
#define G_QUARK_BLOCK_SIZE (512)
|
||||
|
||||
/* datalist pointer accesses vae to be carried out atomically */
|
||||
/* datalist pointer accesses have to be carried out atomically */
|
||||
#define G_DATALIST_GET_POINTER(datalist) \
|
||||
((GData*) ((gsize) g_atomic_pointer_get ((gpointer*) datalist) & ~(gsize) G_DATALIST_FLAGS_MASK))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user