diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 0c4700628..29578171b 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -1319,8 +1319,8 @@ g_date_time_add_full (GDateTime *datetime, * #GCompareFunc-compatible comparison for #GDateTime's. Both * #GDateTime<-- -->'s must be non-%NULL. * - * Return value: 0 for equal, less than zero if dt1 is less than dt2, greater - * than zero if dt2 is greator than dt1. + * Returnsvalue: -1, 0 or 1 if @dt1 is less than, equal to or greater + * than @dt2. * * Since: 2.26 */