mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'dboles/atomit' into 'master'
garcbox.c: Fix typo atomit => atomic See merge request GNOME/glib!884
This commit is contained in:
commit
973406ab58
@ -250,7 +250,7 @@ g_atomic_rc_box_alloc0 (gsize block_size)
|
||||
* @block_size: the number of bytes to copy, must be greater than 0
|
||||
* @mem_block: (not nullable): the memory to copy
|
||||
*
|
||||
* Allocates a new block of data with atomit reference counting
|
||||
* Allocates a new block of data with atomic reference counting
|
||||
* semantics, and copies @block_size bytes of @mem_block
|
||||
* into it.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user