From 2015f47ebade7b61ca236b343586ceb35ae8e440 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 12 Nov 2008 19:17:21 +0000 Subject: [PATCH] cosmetic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1212 42af7a65-404d-4744-a932-0658087f49c3 --- arch/sh/src/sh1/sh1_timerisr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/src/sh1/sh1_timerisr.c b/arch/sh/src/sh1/sh1_timerisr.c index 01113b390a..f29c141eba 100644 --- a/arch/sh/src/sh1/sh1_timerisr.c +++ b/arch/sh/src/sh1/sh1_timerisr.c @@ -187,7 +187,7 @@ void up_timerinit(void) irq_attach(SH1_SYSTIMER_IRQ, (xcpt_t)up_timerisr); - /* Enabled interrupts from GRA compare match */ + /* Enable interrupts on GRA compare match */ putreg8(SH1_ITUTIER_IMIEA, SH1_ITU0_TIER);