diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-03-30 13:55:03 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-10 11:01:05 -0400 |
commit | 6c655db070ad0e43f66b45fed4c526d6aac07107 (patch) | |
tree | 325f8d30bc758f92c2bb4a8444a0d0a233495d78 /arch/m68k/include/asm/MC68EZ328.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/MC68EZ328.h')
-rw-r--r-- | arch/m68k/include/asm/MC68EZ328.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/MC68EZ328.h b/arch/m68k/include/asm/MC68EZ328.h index 69b7f9139e5e..d1bde58ab0dd 100644 --- a/arch/m68k/include/asm/MC68EZ328.h +++ b/arch/m68k/include/asm/MC68EZ328.h | |||
@@ -1047,7 +1047,7 @@ typedef volatile struct { | |||
1047 | 1047 | ||
1048 | #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ | 1048 | #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ |
1049 | #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ | 1049 | #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ |
1050 | #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */ | 1050 | #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occurred */ |
1051 | #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ | 1051 | #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ |
1052 | #define WATCHDOG_CNT_SHIFT 8 | 1052 | #define WATCHDOG_CNT_SHIFT 8 |
1053 | 1053 | ||