patch-1.3.96 linux/arch/m68k/atari/stdma.c

Next file: linux/arch/m68k/boot/amiga/bootstrap.c
Previous file: linux/arch/m68k/atari/config.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.95/linux/arch/m68k/atari/stdma.c linux/arch/m68k/atari/stdma.c
@@ -59,13 +59,13 @@
 /*
  * Function: void stdma_lock( isrfunc isr, void *data )
  *
- * Purpose: Trys to get a lock on the ST-DMA chip that is used by more
+ * Purpose: Tries to get a lock on the ST-DMA chip that is used by more
  *   then one device driver. Waits on stdma_wait until lock is free.
  *   stdma_lock() may not be called from an interrupt! You have to
  *   get the lock in your main routine and release it when your
  *   request is finished.
  *
- * Inputs: A interupt function that is called until the lock is
+ * Inputs: A interrupt function that is called until the lock is
  *   released.
  *
  * Returns: nothing
@@ -126,7 +126,7 @@
  *
  * Inputs: none
  *
- * Returns: 0 if noone is waiting, != 0 otherwise
+ * Returns: 0 if no one is waiting, != 0 otherwise
  *
  */
 
@@ -182,7 +182,7 @@
 /*
  * Function: void stdma_int()
  *
- * Purpose: The interupt routine for the ST-DMA. It calls the isr
+ * Purpose: The interrupt routine for the ST-DMA. It calls the isr
  *   registered by stdma_lock().
  *
  */

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