From efba2181a2289a60fc408407b9e1d41a19ead7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= <andreas@lonelycoder.com> Date: Mon, 1 Feb 2010 21:15:37 +0000 Subject: [PATCH] fix a comment --- src/dvb/dvb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dvb/dvb.h b/src/dvb/dvb.h index 54c37d5c..99ddf263 100644 --- a/src/dvb/dvb.h +++ b/src/dvb/dvb.h @@ -120,7 +120,7 @@ typedef struct th_dvb_mux_instance { dvb_mux_conf_t tdmi_conf; - /* Linked if tdmi_conf.tmc_sc != NULL */ + /* Linked if tdmi_conf.dmc_satconf != NULL */ LIST_ENTRY(th_dvb_mux_instance) tdmi_satconf_link; uint16_t tdmi_transport_stream_id;