diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml index 7ca120cce..f3d60604a 100644 --- a/docs/reference/gobject/tut_howto.xml +++ b/docs/reference/gobject/tut_howto.xml @@ -439,7 +439,7 @@ maman_bar_dispose (GObject *gobject) /* dispose() might be called multiple times, so we must guard against * calling g_object_unref() on an invalid GObject by setting the member - * NULL; g_clear_object() does this for us, atomically. + * NULL; g_clear_object() does this for us. */ g_clear_object (&self->priv->an_object);