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/a320/timer.c | |
| parent | 3f786bb8542ee85ea898152b40b1f0d98f0801df (diff) | |
| download | olio-uboot-2014.01-92381c41c718d260476d5c636c473f50e3b5a79c.tar.xz olio-uboot-2014.01-92381c41c718d260476d5c636c473f50e3b5a79c.zip | |
ARM: */timer.c: fix spelling and vertical alignment
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/cpu/arm920t/a320/timer.c')
| -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 bb655930d..d69dbff0e 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; |