diff options
author | Wolfgang Denk <wd@denx.de> | 2010-05-21 23:13:18 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-21 23:13:18 +0200 |
commit | 92381c41c718d260476d5c636c473f50e3b5a79c (patch) | |
tree | 544aab273d3127137fa34aeebab6f5b54ae45659 /arch/arm/cpu/arm920t | |
parent | 3f786bb8542ee85ea898152b40b1f0d98f0801df (diff) | |
download | u-boot-imx-92381c41c718d260476d5c636c473f50e3b5a79c.zip u-boot-imx-92381c41c718d260476d5c636c473f50e3b5a79c.tar.gz u-boot-imx-92381c41c718d260476d5c636c473f50e3b5a79c.tar.bz2 |
ARM: */timer.c: fix spelling and vertical alignment
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/cpu/arm920t')
-rw-r--r-- | arch/arm/cpu/arm920t/a320/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm920t/a320/timer.c b/arch/arm/cpu/arm920t/a320/timer.c index bb65593..d69dbff 100644 --- a/arch/arm/cpu/arm920t/a320/timer.c +++ b/arch/arm/cpu/arm920t/a320/timer.c @@ -155,7 +155,7 @@ void set_timer(ulong t) timestamp = t; } -/* delay x useconds AND perserve advance timstamp value */ +/* delay x useconds AND preserve advance timestamp value */ void udelay(unsigned long usec) { long tmo = usec * (TIMER_CLOCK / 1000) / 1000; |