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 | |
| 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>
| -rw-r--r-- | arch/m68k/include/asm/MC68EZ328.h | 2 | ||||
| -rw-r--r-- | arch/m68k/include/asm/MC68VZ328.h | 2 |
2 files changed, 2 insertions, 2 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 | ||
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 { | |||
| 1143 | 1143 | ||
| 1144 | #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ | 1144 | #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ |
| 1145 | #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ | 1145 | #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ |
| 1146 | #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */ | 1146 | #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occurred */ |
| 1147 | #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ | 1147 | #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ |
| 1148 | #define WATCHDOG_CNT_SHIFT 8 | 1148 | #define WATCHDOG_CNT_SHIFT 8 |
| 1149 | 1149 | ||
