From ea03cd41904e5634b847207179c3207702a51cfb Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 13 Jun 2015 09:22:41 -0400 Subject: [PATCH] doc: Fix type in previous commit Marker is (value .. not (alue. --- gst/gstclock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstclock.h b/gst/gstclock.h index 517444d06d..2eb2f0d5c3 100644 --- a/gst/gstclock.h +++ b/gst/gstclock.h @@ -106,7 +106,7 @@ typedef gpointer GstClockID; */ #define GST_MSECOND (GST_SECOND / G_GINT64_CONSTANT (1000)) /** - * GST_USECOND: (alue: 1000) (type GstClockTime) + * GST_USECOND: (value: 1000) (type GstClockTime) * * Constant that defines one GStreamer microsecond. */