minor inline documentation fix
authorDavid Schleef <ds@schleef.org>
Sat, 16 Apr 2011 05:00:11 +0000 (22:00 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 25 Apr 2011 01:31:12 +0000 (18:31 -0700)
gst/gstutils.c

index 53870d1..fcae66e 100644 (file)
@@ -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
  */