diff libmpdemux/tvi_v4l2.c @ 18589:de155823ef82

Fix a few minor spelling errors in comments.
author corey
date Mon, 05 Jun 2006 22:23:42 +0000
parents 4928dd61f136
children 5c8acc972551
line wrap: on
line diff
--- a/libmpdemux/tvi_v4l2.c	Mon Jun 05 22:23:33 2006 +0000
+++ b/libmpdemux/tvi_v4l2.c	Mon Jun 05 22:23:42 2006 +0000
@@ -687,7 +687,7 @@
     case TVI_CONTROL_TUN_SET_FREQ:
 #if 0
 	set_mute(priv, 1);
-	usleep(100000); // wait to supress noise during switching
+	usleep(100000); // wait to suppress noise during switching
 #endif
 	frequency.tuner = 0;
 	frequency.type  = V4L2_TUNER_ANALOG_TV;
@@ -698,7 +698,7 @@
 	    return TVI_CONTROL_FALSE;
 	}
 #if 0
-	usleep(100000); // wait to supress noise during switching
+	usleep(100000); // wait to suppress noise during switching
 	set_mute(priv, 0);
 #endif
 	return TVI_CONTROL_TRUE;