diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-10 16:39:24 +0800 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2022-06-20 14:16:43 +0200 |
commit | c4738fa76cba0ed81aab86a78e00506a89ae211c (patch) | |
tree | 6bdf1c7f83f6624623dd4dfcc332b0226dce25ad | |
parent | efae7404e16a897fba089f83e132229e96825d83 (diff) | |
download | linux-c4738fa76cba0ed81aab86a78e00506a89ae211c.tar.gz linux-c4738fa76cba0ed81aab86a78e00506a89ae211c.tar.bz2 linux-c4738fa76cba0ed81aab86a78e00506a89ae211c.zip |
m68k: mac: Fix typos in comments
Delete the redundant word 'an'.
The second "and" should not be deleted, but replaced by "an".
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220610083924.32877-1-wangxiang@cdjrlc.com
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r-- | arch/m68k/mac/iop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/mac/iop.c b/arch/m68k/mac/iop.c index de156a027f5b..010b3b5ae8e8 100644 --- a/arch/m68k/mac/iop.c +++ b/arch/m68k/mac/iop.c @@ -25,7 +25,7 @@ * check this.) * 990605 (jmt) - Rearranged things a bit wrt IOP detection; iop_present is * gone, IOP base addresses are now in an array and the - * globally-visible functions take an IOP number instead of an + * globally-visible functions take an IOP number instead of * an actual base address. * 990610 (jmt) - Finished the message passing framework and it seems to work. * Sending _definitely_ works; my adb-bus.c mods can send @@ -66,7 +66,7 @@ * a shared memory area in the IOP RAM. Each IOP has seven "channels"; each * channel is connected to a specific software driver on the IOP. For example * on the SCC IOP there is one channel for each serial port. Each channel has - * an incoming and and outgoing message queue with a depth of one. + * an incoming and an outgoing message queue with a depth of one. * * A message is 32 bytes plus a state byte for the channel (MSG_IDLE, MSG_NEW, * MSG_RCVD, MSG_COMPLETE). To send a message you copy the message into the |