patch-2.2.0-pre6 linux/arch/m68k/amiga/amiints.c

Next file: linux/arch/m68k/apollo/dn_ints.c
Previous file: linux/arch/i386/kernel/setup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre5/linux/arch/m68k/amiga/amiints.c linux/arch/m68k/amiga/amiints.c
@@ -15,7 +15,7 @@
  *           - IRQ_FLG_SLOW: handler is inserted at bottom of list and before
  *                           they're executed irq level is set to the previous
  *                           one, but handlers don't need to be reentrant, if
- *                           reentrance occured, slow handlers will be just
+ *                           reentrance occurred, slow handlers will be just
  *                           called again.
  *           The whole interrupt handling for CIAs is moved to cia.c
  *           /Roman Zippel
@@ -367,7 +367,7 @@
 	for (;;) {
 		for (; node; node = node->next)
 			node->handler(irq, node->dev_id, fp);
-		/* if reentrance occured, serve slow handlers again */
+		/* if reentrance occurred, serve slow handlers again */
 		custom.intena = ami_intena_vals[irq];
 		if (!server->reentrance) {
 			server->count--;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov