Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Justin P. Mattock and committed by
Jiri Kosina
6c655db0 68756699

+2 -2
+1 -1
arch/m68k/include/asm/MC68EZ328.h
··· 1047 1047 1048 1048 #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ 1049 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 1051 #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ 1052 1052 #define WATCHDOG_CNT_SHIFT 8 1053 1053
+1 -1
arch/m68k/include/asm/MC68VZ328.h
··· 1143 1143 1144 1144 #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ 1145 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 1147 #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ 1148 1148 #define WATCHDOG_CNT_SHIFT 8 1149 1149