Change comment to refer to right variable.
authorStefan Kost <ensonic@users.sf.net>
Sun, 25 Jan 2009 20:31:52 +0000 (22:31 +0200)
committerStefan Kost <ensonic@users.sf.net>
Sun, 25 Jan 2009 20:31:52 +0000 (22:31 +0200)
gst/synaesthesia/synaescope.h

index 456f720..a783db3 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <glib.h>
 
-/* FIXME: we should set this automatically based on height */
+/* FIXME: we should set this automatically based on resy */
 #define FFT_BUFFER_SIZE_LOG 10
 #define FFT_BUFFER_SIZE (1 << FFT_BUFFER_SIZE_LOG)