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/arm1136/mx31 | |
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/arm1136/mx31')
-rw-r--r-- | arch/arm/cpu/arm1136/mx31/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm1136/mx31/timer.c b/arch/arm/cpu/arm1136/mx31/timer.c index 7972ba0..b8848c4 100644 --- a/arch/arm/cpu/arm1136/mx31/timer.c +++ b/arch/arm/cpu/arm1136/mx31/timer.c @@ -151,7 +151,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 timestamp value */ void __udelay (unsigned long usec) { unsigned long long tmp; |