|
@@ -2710,10 +2710,10 @@ static int i_ADDI_Attach(struct comedi_device *dev, struct comedi_devconfig *it)
|
|
|
} else {
|
|
|
outl(0x83838383, devpriv->i_IobaseAmcc + 0x60);
|
|
|
}
|
|
|
- /* Enable the interrupt for the controler */
|
|
|
+ /* Enable the interrupt for the controller */
|
|
|
dw_Dummy = inl(devpriv->i_IobaseAmcc + 0x38);
|
|
|
outl(dw_Dummy | 0x2000, devpriv->i_IobaseAmcc + 0x38);
|
|
|
- printk("\nEnable the interrupt for the controler");
|
|
|
+ printk("\nEnable the interrupt for the controller");
|
|
|
}
|
|
|
printk("\nRead Eeprom");
|
|
|
i_EepromReadMainHeader(io_addr[0], this_board->pc_EepromChip,
|