diff --git a/glib/gerror.c b/glib/gerror.c index 7c72d2bc1..380382b33 100644 --- a/glib/gerror.c +++ b/glib/gerror.c @@ -663,7 +663,7 @@ g_propagate_error (GError **dest, * g_clear_error: * @err: a #GError return location * - * If @err is %NULL, does nothing. If @err is non-%NULL, + * If @err or *@err is %NULL, does nothing. Otherwise, * calls g_error_free() on *@err and sets *@err to %NULL. */ void