diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-03-30 10:55:03 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-10 17:01:05 +0200 |
commit | 6c655db070ad0e43f66b45fed4c526d6aac07107 (patch) | |
tree | 325f8d30bc758f92c2bb4a8444a0d0a233495d78 /arch/m68k/include/asm/MC68VZ328.h | |
parent | 687566990640e476aeeed844947f2ecadc4717d3 (diff) |
m68k: fix comment typo 'occcured'
The patch below changes a typo occcured to occurred in two comments.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/m68k/include/asm/MC68VZ328.h')
-rw-r--r-- | arch/m68k/include/asm/MC68VZ328.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/MC68VZ328.h b/arch/m68k/include/asm/MC68VZ328.h index 2b9bf626a0a5..6bd1bf1f85ea 100644 --- a/arch/m68k/include/asm/MC68VZ328.h +++ b/arch/m68k/include/asm/MC68VZ328.h @@ -1143,7 +1143,7 @@ typedef struct { #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ -#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */ +#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occurred */ #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ #define WATCHDOG_CNT_SHIFT 8 |