patch-1.3.96 linux/arch/m68k/amiga/config.c

Next file: linux/arch/m68k/amiga/ksyms.c
Previous file: linux/arch/m68k/amiga/amifb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.95/linux/arch/m68k/amiga/config.c linux/arch/m68k/amiga/config.c
@@ -370,7 +370,7 @@
     time_finetune = finetune+0.5;
 #endif
 
-    ciab.cra &= 0xC0;	 /* turn off timer A, continous mode, from Eclk */
+    ciab.cra &= 0xC0;	 /* turn off timer A, continuous mode, from Eclk */
     ciab.talo = jiffy_ticks % 256;
     ciab.tahi = jiffy_ticks / 256;
     /* CIA interrupts when counter underflows, so adjust ticks by 1 */
@@ -378,7 +378,7 @@
 
     /* install interrupt service routine for CIAB Timer A */
     /*
-     * Please don't change this to use ciaa, as it interfers with the
+     * Please don't change this to use ciaa, as it interferes with the
      * SCSI code. We'll have to take a look at this later
      */
 #if 0

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this