]> Pileus Git - ~andy/linux/blobdiff - arch/x86/kernel/vmiclock_32.c
Merge branch 'for-next' into for-linus
[~andy/linux] / arch / x86 / kernel / vmiclock_32.c
index 2f1ca56142928af1a98e6a9358bd758cfd282513..5e1ff66ecd73f0e2a8e92062e3db76294926ac43 100644 (file)
@@ -167,7 +167,7 @@ static int vmi_timer_next_event(unsigned long delta,
 {
        /* Unfortunately, set_next_event interface only passes relative
         * expiry, but we want absolute expiry.  It'd be better if were
-        * were passed an aboslute expiry, since a bunch of time may
+        * were passed an absolute expiry, since a bunch of time may
         * have been stolen between the time the delta is computed and
         * when we set the alarm below. */
        cycle_t now = vmi_timer_ops.get_cycle_counter(vmi_counter(VMI_ONESHOT));