From 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 7 Jul 2009 22:35:02 +0200 Subject: Coding style cleanup; update CHANGELOG Signed-off-by: Wolfgang Denk --- cpu/arm926ejs/mx27/timer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpu/arm926ejs/mx27/timer.c') diff --git a/cpu/arm926ejs/mx27/timer.c b/cpu/arm926ejs/mx27/timer.c index d22252e..9011058 100644 --- a/cpu/arm926ejs/mx27/timer.c +++ b/cpu/arm926ejs/mx27/timer.c @@ -176,7 +176,7 @@ void set_timer (ulong t) timestamp = time_to_tick(t); } -/* delay x useconds AND perserve advance timstamp value */ +/* delay x useconds AND preserve advance timstamp value */ void udelay (unsigned long usec) { unsigned long long tmp; @@ -188,4 +188,3 @@ void udelay (unsigned long usec) while (get_ticks() < tmp) /* loop till event */ /*NOP*/; } - -- cgit v1.1