]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68k: fix comment typo 'occcured'
authorJustin P. Mattock <justinmattock@gmail.com>
Wed, 30 Mar 2011 17:55:03 +0000 (10:55 -0700)
committerJiri Kosina <jkosina@suse.cz>
Sun, 10 Apr 2011 15:01:05 +0000 (17:01 +0200)
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>
arch/m68k/include/asm/MC68EZ328.h
arch/m68k/include/asm/MC68VZ328.h

index 69b7f9139e5efd0e873fefd82114108643442355..d1bde58ab0ddbd63e75508cbcb691d11c925c222 100644 (file)
@@ -1047,7 +1047,7 @@ typedef volatile 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
 
index 2b9bf626a0a5abf1454139ae50098e539405a38e..6bd1bf1f85ea23de0338e554a4609047b2db78aa 100644 (file)
@@ -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