diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c index fbcca14c0..ae052afb0 100644 --- a/glib/gstrfuncs.c +++ b/glib/gstrfuncs.c @@ -64,7 +64,7 @@ * duplicating, and manipulating strings. * * Note that the functions g_printf(), g_fprintf(), g_sprintf(), - * g_snprintf(), g_vprintf(), g_vfprintf(), g_vsprintf() and g_vsnprintf() + * g_vprintf(), g_vfprintf(), g_vsprintf() and g_vasprintf() * are declared in the header `gprintf.h` which is not included in `glib.h` * (otherwise using `glib.h` would drag in `stdio.h`), so you'll have to * explicitly include `` in order to use the GLib