From 36fc7179cb3f17a1105488b7975424f5c7f609dd Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 15 Apr 2011 22:00:11 -0700 Subject: [PATCH] minor inline documentation fix --- gst/gstutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index 53870d1ea6..fcae66e896 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -4063,7 +4063,7 @@ gst_util_greatest_common_divisor (gint a, gint b) * @src_d: Fraction denominator #gint * @dest: (out): pointer to a #gdouble for the result * - * Transforms a #gdouble to a fraction and simplifies the result. + * Transforms a fraction to a #gdouble. * * Since: 0.10.26 */