tests: audiomixer: remove duplicated word in comment
authorhoonhee.lee <hoonhee.lee@lge.com>
Fri, 21 Aug 2015 07:44:43 +0000 (16:44 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 21 Aug 2015 08:12:04 +0000 (11:12 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=753915

tests/check/elements/audiomixer.c

index 8fe329d..55ea92e 100644 (file)
@@ -981,7 +981,7 @@ GST_START_TEST (test_clip)
   ck_assert_int_eq (ret, GST_FLOW_OK);
 
   /* The aggregation is done in a dedicated thread, so we can't
-   * not know when it is actually going to happen, so we use a DRAIN query
+   * know when it is actually going to happen, so we use a DRAIN query
    * to wait for it to complete.
    */
   gst_pad_query (sinkpad, drain);