aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vmiclock_32.c
diff options
context:
space:
mode:
authorShaun Patterson <shaunpatterson@gmail.com>2009-12-05 22:30:52 -0500
committerJiri Kosina <jkosina@suse.cz>2010-02-04 11:55:47 +0100
commit5d93a14241bf5ba299422440bc366ec43970c002 (patch)
tree26117f262af79292527131e3b3bc3bc2d7b7ae23 /arch/x86/kernel/vmiclock_32.c
parentCoding style correction of some wan drivers (diff)
downloadlinux-dev-5d93a14241bf5ba299422440bc366ec43970c002.tar.xz
linux-dev-5d93a14241bf5ba299422440bc366ec43970c002.zip
vmiclock: fix comment spelling mistake
Signed-off-by: Shaun Patterson <shaunpatterson@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to '')
-rw-r--r--arch/x86/kernel/vmiclock_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/vmiclock_32.c b/arch/x86/kernel/vmiclock_32.c
index 74c92bb194df..25bbb9bfc312 100644
--- a/arch/x86/kernel/vmiclock_32.c
+++ b/arch/x86/kernel/vmiclock_32.c
@@ -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));