diff options
author | Michal Simek <monstr@monstr.eu> | 2011-04-05 09:49:22 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2012-03-19 02:30:28 -0400 |
commit | f7f4786c7546534ca969cfa5eb753fa97e30c728 (patch) | |
tree | bfd5eab8032bc8b15e513154b0d893b0be198f42 /arch/microblaze | |
parent | ee19b424b4ba8674a18943bf43d82d026d1e5bed (diff) |
microblaze: trivial: Fix typo fault in timer.c
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c index 3cb0bf640135..78b82f30bdd5 100644 --- a/arch/microblaze/kernel/timer.c +++ b/arch/microblaze/kernel/timer.c | |||
@@ -79,7 +79,7 @@ static inline void microblaze_timer0_start_periodic(unsigned long load_val) | |||
79 | * !PWMA - disable pwm | 79 | * !PWMA - disable pwm |
80 | * TINT - clear interrupt status | 80 | * TINT - clear interrupt status |
81 | * ENT- enable timer itself | 81 | * ENT- enable timer itself |
82 | * EINT - enable interrupt | 82 | * ENIT - enable interrupt |
83 | * !LOAD - clear the bit to let go | 83 | * !LOAD - clear the bit to let go |
84 | * ARHT - auto reload | 84 | * ARHT - auto reload |
85 | * !CAPT - no external trigger | 85 | * !CAPT - no external trigger |