vmiclock: fix comment spelling mistake
authorShaun Patterson <shaunpatterson@gmail.com>
Sun, 6 Dec 2009 03:30:52 +0000 (22:30 -0500)
committerJiri Kosina <jkosina@suse.cz>
Thu, 4 Feb 2010 10:55:47 +0000 (11:55 +0100)
Signed-off-by: Shaun Patterson <shaunpatterson@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/kernel/vmiclock_32.c

index 74c92bb..25bbb9b 100644 (file)
@@ -171,7 +171,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));