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/arm_cortexa8/mx51 | |
parent | 3f786bb8542ee85ea898152b40b1f0d98f0801df (diff) |
ARM: */timer.c: fix spelling and vertical alignment
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/cpu/arm_cortexa8/mx51')
-rw-r--r-- | arch/arm/cpu/arm_cortexa8/mx51/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm_cortexa8/mx51/timer.c b/arch/arm/cpu/arm_cortexa8/mx51/timer.c index 8ecfec66da..81c4a06143 100644 --- a/arch/arm/cpu/arm_cortexa8/mx51/timer.c +++ b/arch/arm/cpu/arm_cortexa8/mx51/timer.c @@ -102,7 +102,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) { unsigned long now, start, tmo; |