]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/s390/kernel/vtime.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / arch / s390 / kernel / vtime.c
index 1ccdf4d8aa850ffb4206dfc0a349280adead120a..5e8ead4b4aba0d8604d2eaafcacd9b18d34468be 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;