treewide: Fix typos in various parts of the kernel, and fix some comments.
[linux-2.6-block.git] / drivers / staging / comedi / drivers / addi-data / hwdrv_apci3200.c
index c75a1a1fd7750c51b8c23fc7570d922c0ae3e22f..f9545b064eaf0a05400d29b31b6e1b1c0da1d560 100644 (file)
@@ -3598,7 +3598,7 @@ int i_APCI3200_InterruptHandleEos(struct comedi_device *dev)
                        n = comedi_buf_write_alloc(s->async,
                                (7 + 12) * sizeof(unsigned int));
 
-                       /*  If not enougth memory available, event is set to Comedi Buffer Errror */
+                       /*  If not enough memory available, event is set to Comedi Buffer Error */
                        if (n > ((7 + 12) * sizeof(unsigned int))) {
                                printk("\ncomedi_buf_write_alloc n = %i", n);
                                s->async->events |= COMEDI_CB_ERROR;