From 292afa1d5815e043dfe40c8067026d080f1ca442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mi=C4=85sko?= Date: Fri, 14 Dec 2018 00:00:00 +0000 Subject: [PATCH] docs: Field offsets are in the units of bytes --- gifieldinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gifieldinfo.c b/gifieldinfo.c index b5264ec74..0a20bdb26 100644 --- a/gifieldinfo.c +++ b/gifieldinfo.c @@ -109,7 +109,7 @@ g_field_info_get_size (GIFieldInfo *info) * g_field_info_get_offset: * @info: a #GIFieldInfo * - * Obtain the offset in bits of the field member, this is relative + * Obtain the offset in bytes of the field member, this is relative * to the beginning of the struct or union. * * Returns: the field offset