From: Geert Uytterhoeven <geert@linux-m68k.org>

Mac IOP spelling fix (from Matthias Urlichs)


---

 25-akpm/arch/m68k/mac/iop.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/m68k/mac/iop.c~m68k-413 arch/m68k/mac/iop.c
--- 25/arch/m68k/mac/iop.c~m68k-413	Fri Feb 20 15:12:26 2004
+++ 25-akpm/arch/m68k/mac/iop.c	Fri Feb 20 15:12:26 2004
@@ -87,7 +87,7 @@
  * or more messages on the receive channels have gone to the MSG_NEW state.
  *
  * Since each channel handles only one message we have to implement a small
- * interrupt-driven queue on our end. Messages to e sent are placed on the
+ * interrupt-driven queue on our end. Messages to be sent are placed on the
  * queue for sending and contain a pointer to an optional callback function.
  * The handler for a message is called when the message state goes to
  * MSG_COMPLETE.

_