diff options
Diffstat (limited to 'girepository/gifieldinfo.c')
-rw-r--r-- | girepository/gifieldinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gifieldinfo.c b/girepository/gifieldinfo.c index b5264ec7..0a20bdb2 100644 --- a/girepository/gifieldinfo.c +++ b/girepository/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 |