tree-wide: fix assorted typos all over the place
[linux-2.6-block.git] / drivers / media / video / davinci / dm355_ccdc.c
index 56fbefe036ae4679a3544104203622c1334bb2ab..314390016370230316d6ac6e09ba67b006fc9c9e 100644 (file)
@@ -285,7 +285,7 @@ static int validate_ccdc_param(struct ccdc_config_params_raw *ccdcparam)
 
        if ((ccdcparam->med_filt_thres < 0) ||
           (ccdcparam->med_filt_thres > CCDC_MED_FILT_THRESH)) {
-               dev_dbg(dev, "Invalid value of median filter thresold\n");
+               dev_dbg(dev, "Invalid value of median filter threshold\n");
                return -EINVAL;
        }