Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstultz/linux...
[pandora-kernel.git] / arch / s390 / kernel / vtime.c
index 1ccdf4d..5e8ead4 100644 (file)
@@ -44,7 +44,7 @@ static inline void set_vtimer(__u64 expires)
        __u64 timer;
 
        asm volatile ("  STPT %0\n"  /* Store current cpu timer value */
-                     "  SPT %1"     /* Set new value immediatly afterwards */
+                     "  SPT %1"     /* Set new value immediately afterwards */
                      : "=m" (timer) : "m" (expires) );
        S390_lowcore.system_timer += S390_lowcore.last_update_timer - timer;
        S390_lowcore.last_update_timer = expires;