garcbox.c: Fix typo atomit => atomic

This commit is contained in:
Daniel Boles 2019-06-02 16:33:00 +01:00 committed by Philip Withnall
parent 0bb8ada1f5
commit c9b255f6c6

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