Merge branch 'dboles/atomit' into 'master'

garcbox.c: Fix typo atomit => atomic

See merge request GNOME/glib!884
This commit is contained in:
Philip Withnall 2019-06-04 19:50:41 +00:00
commit 973406ab58

View File

@ -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.
*