Fix misspellings collected by members of KJ list.
[deliverable/linux.git] / drivers / media / dvb / frontends / dib7000p.c
index 0349a4b5da3f863c5f891e98bf4753568f508efd..aece458cfe12eb50441dca12258bd23eb3be64f8 100644 (file)
@@ -223,7 +223,7 @@ static int dib7000p_set_bandwidth(struct dvb_frontend *demod, u8 BW_Idx)
 static int dib7000p_sad_calib(struct dib7000p_state *state)
 {
 /* internal */
-//     dib7000p_write_word(state, 72, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is writting in set_bandwidth
+//     dib7000p_write_word(state, 72, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is written in set_bandwidth
        dib7000p_write_word(state, 73, (0 << 1) | (0 << 0));
        dib7000p_write_word(state, 74, 776); // 0.625*3.3 / 4096
 
This page took 0.024916 seconds and 5 git commands to generate.