Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / comedi / drivers / pcl816.c
index ef3cc4f3be6e3f1b2a8163d8c10b8cc19c826f6d..8f3fc6ee088b501764759f2e385fb7813bfbd003 100644 (file)
@@ -954,7 +954,7 @@ check_channel_list(struct comedi_device *dev,
        }
 
        if (chanlen > 1) {
-               /*  first channel is everytime ok */
+               /*  first channel is every time ok */
                chansegment[0] = chanlist[0];
                for (i = 1, seglen = 1; i < chanlen; i++, seglen++) {
                        /*  build part of chanlist */
@@ -968,10 +968,10 @@ check_channel_list(struct comedi_device *dev,
                        nowmustbechan =
                            (CR_CHAN(chansegment[i - 1]) + 1) % chanlen;
                        if (nowmustbechan != CR_CHAN(chanlist[i])) {
-                               /*  channel list isn't continous :-( */
+                               /*  channel list isn't continuous :-( */
                                printk(KERN_WARNING
                                       "comedi%d: pcl816: channel list must "
-                                      "be continous! chanlist[%i]=%d but "
+                                      "be continuous! chanlist[%i]=%d but "
                                       "must be %d or %d!\n", dev->minor,
                                       i, CR_CHAN(chanlist[i]), nowmustbechan,
                                       CR_CHAN(chanlist[0]));