[176/906] fix a typo
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Sat, 16 Aug 2008 07:17:14 +0000 (09:17 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:25 +0000 (18:36 +0100)
gst/gl/effects/gstgleffectssources.c

index 8c752ec..77c6834 100644 (file)
@@ -313,7 +313,7 @@ const gchar *sin_fragment_source =
 "  HSL = rgb2hsl (color.rgb);"
 /* move hls discontinuity away from the desired red zone so we can use
  * smoothstep.. to try: convert degrees in radiants, divide by 2 and
- * smoothstep sine */
+ * smoothstep cosine */
 "  HSL.x += 180.0;"
 "  if ((HSL.x) > 360.0) HSL.x -= 360.0;"
 /* damn, it is extremely hard to get rid of human face reds! */