OSDN Git Service

Fix typo
authorYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 12 Jan 2015 10:22:54 +0000 (19:22 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 12 Jan 2015 10:22:54 +0000 (19:22 +0900)
arch/h8300/include/asm/timer.h

index 3ee3aa9..c905f4e 100644 (file)
@@ -10,7 +10,7 @@ unsigned long get_cpu_clock(void);
 
 #define H8300_TMR8_DIV_8 0
 #define H8300_TMR8_DIV_64 1
-#define H8300_TMR8_DIC_8192 2
+#define H8300_TMR8_DIV_8192 2
 
 struct h8300_timer8_config {
        int mode;