patch-2.2.0-pre7 linux/drivers/char/epca.c

Next file: linux/drivers/char/lp_m68k.c
Previous file: linux/drivers/block/genhd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre6/linux/drivers/char/epca.c linux/drivers/char/epca.c
@@ -2363,10 +2363,10 @@
 			eventbuf = (volatile unchar *)bus_to_virt((ulong)(bd->re_map_membase + tail + ISTART));
 		}
 
-		/* Get the channel the event occured on */
+		/* Get the channel the event occurred on */
 		channel = eventbuf[0];
 
-		/* Get the actual event code that occured */
+		/* Get the actual event code that occurred */
 		event = eventbuf[1];
 
 		/*  ----------------------------------------------------------------

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