tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / media / dvb / frontends / lgdt330x.c
index 056387b..43971e6 100644 (file)
@@ -479,7 +479,7 @@ static int lgdt3302_read_status(struct dvb_frontend* fe, fe_status_t* status)
        switch (state->current_modulation) {
        case QAM_256:
        case QAM_64:
-               /* Need to undestand why there are 3 lock levels here */
+               /* Need to understand why there are 3 lock levels here */
                if ((buf[0] & 0x07) == 0x07)
                        *status |= FE_HAS_CARRIER;
                break;
@@ -520,7 +520,7 @@ static int lgdt3303_read_status(struct dvb_frontend* fe, fe_status_t* status)
        switch (state->current_modulation) {
        case QAM_256:
        case QAM_64:
-               /* Need to undestand why there are 3 lock levels here */
+               /* Need to understand why there are 3 lock levels here */
                if ((buf[0] & 0x07) == 0x07)
                        *status |= FE_HAS_CARRIER;
                else