Fix common misspellings
[deliverable/linux.git] / drivers / staging / comedi / drivers / addi-data / hwdrv_apci3120.c
index a813fdbbd96eb768a4962a208ebd0062e7d8a6f9..fc61214151b700a4feed81088e438d387a6fa14b 100644 (file)
@@ -148,7 +148,7 @@ int i_APCI3120_InsnReadAnalogInput(struct comedi_device *dev, struct comedi_subd
        unsigned short us_ConvertTiming, us_TmpValue, i;
        unsigned char b_Tmp;
 
-       /*  fix convertion time to 10 us */
+       /*  fix conversion time to 10 us */
        if (!devpriv->ui_EocEosConversionTime) {
                printk("No timer0 Value using 10 us\n");
                us_ConvertTiming = 10;
@@ -251,7 +251,7 @@ int i_APCI3120_InsnReadAnalogInput(struct comedi_device *dev, struct comedi_subd
                                APCI3120_SELECT_TIMER_0_WORD;
                        outb(b_Tmp, devpriv->iobase + APCI3120_TIMER_CRT0);
 
-                       /* Set the convertion time */
+                       /* Set the conversion time */
                        outw(us_ConvertTiming,
                                devpriv->iobase + APCI3120_TIMER_VALUE);
 
@@ -311,7 +311,7 @@ int i_APCI3120_InsnReadAnalogInput(struct comedi_device *dev, struct comedi_subd
                                APCI3120_SELECT_TIMER_0_WORD;
                        outb(b_Tmp, devpriv->iobase + APCI3120_TIMER_CRT0);
 
-                       /* Set the convertion time */
+                       /* Set the conversion time */
                        outw(us_ConvertTiming,
                                devpriv->iobase + APCI3120_TIMER_VALUE);
 
@@ -354,9 +354,9 @@ int i_APCI3120_InsnReadAnalogInput(struct comedi_device *dev, struct comedi_subd
                        /* Start conversion */
                        outw(0, devpriv->iobase + APCI3120_START_CONVERSION);
 
-                       /* Waiting of end of convertion if interrupt is not installed */
+                       /* Waiting of end of conversion if interrupt is not installed */
                        if (devpriv->b_EocEosInterrupt == APCI3120_DISABLE) {
-                               /* Waiting the end of convertion */
+                               /* Waiting the end of conversion */
                                do {
                                        us_TmpValue =
                                                inw(devpriv->iobase +
@@ -854,7 +854,7 @@ int i_APCI3120_CyclicAnalogInput(int mode, struct comedi_device *dev,
                                b_DigitalOutputRegister) & 0xF0) |
                        APCI3120_SELECT_TIMER_0_WORD;
                outb(b_Tmp, dev->iobase + APCI3120_TIMER_CRT0);
-               /* Set the convertion time */
+               /* Set the conversion time */
                outw(((unsigned short) ui_TimerValue0),
                        dev->iobase + APCI3120_TIMER_VALUE);
                break;
@@ -872,7 +872,7 @@ int i_APCI3120_CyclicAnalogInput(int mode, struct comedi_device *dev,
                                b_DigitalOutputRegister) & 0xF0) |
                        APCI3120_SELECT_TIMER_1_WORD;
                outb(b_Tmp, dev->iobase + APCI3120_TIMER_CRT0);
-               /* Set the convertion time */
+               /* Set the conversion time */
                outw(((unsigned short) ui_TimerValue1),
                        dev->iobase + APCI3120_TIMER_VALUE);
 
@@ -889,7 +889,7 @@ int i_APCI3120_CyclicAnalogInput(int mode, struct comedi_device *dev,
                        APCI3120_SELECT_TIMER_0_WORD;
                outb(b_Tmp, dev->iobase + APCI3120_TIMER_CRT0);
 
-               /* Set the convertion time */
+               /* Set the conversion time */
                outw(((unsigned short) ui_TimerValue0),
                        dev->iobase + APCI3120_TIMER_VALUE);
                break;
@@ -1104,7 +1104,7 @@ int i_APCI3120_CyclicAnalogInput(int mode, struct comedi_device *dev,
 
 /*
  * 4
- * amount of bytes to be transfered set transfer count used ADDON
+ * amount of bytes to be transferred set transfer count used ADDON
  * MWTC register commented testing
  * outl(devpriv->ui_DmaBufferUsesize[0],
  * devpriv->i_IobaseAddon+AMCC_OP_REG_AMWTC);
This page took 0.025545 seconds and 5 git commands to generate.