diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-25 09:53:55 -0800 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-02-29 09:51:44 +0100 |
commit | efbec135f11d6f14f40806935827c53d8889f59b (patch) | |
tree | 81ed9f2ef5471504bf206bc14e844400255c0a25 /arch/m68k/include/asm/mac_iop.h | |
parent | a95517992a37488c0bc8b629c47c570e580e407d (diff) |
m68k: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Acked-by: Greg Ungerer <gerg@uclinux.org> [nommu, coldfire]
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/mac_iop.h')
-rw-r--r-- | arch/m68k/include/asm/mac_iop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/mac_iop.h b/arch/m68k/include/asm/mac_iop.h index fde874a01e20..42566fd052bc 100644 --- a/arch/m68k/include/asm/mac_iop.h +++ b/arch/m68k/include/asm/mac_iop.h @@ -48,7 +48,7 @@ /* IOP message status codes */ -#define IOP_MSGSTATUS_UNUSED 0 /* Unusued message structure */ +#define IOP_MSGSTATUS_UNUSED 0 /* Unused message structure */ #define IOP_MSGSTATUS_WAITING 1 /* waiting for channel */ #define IOP_MSGSTATUS_SENT 2 /* message sent, awaiting reply */ #define IOP_MSGSTATUS_COMPLETE 3 /* message complete and reply rcvd */ |