ARM: */timer.c: fix spelling and vertical alignment
[platform/kernel/u-boot.git] / arch / arm / cpu / arm_cortexa8 / mx51 / timer.c
index 8ecfec6..81c4a06 100644 (file)
@@ -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;