From c9b255f6c67c7843bac25037d3f585bb6f194365 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 2 Jun 2019 16:33:00 +0100 Subject: [PATCH] garcbox.c: Fix typo atomit => atomic --- glib/garcbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/garcbox.c b/glib/garcbox.c index 49b62ccb8..6784f0057 100644 --- a/glib/garcbox.c +++ b/glib/garcbox.c @@ -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. *