diff options
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index bcc0efce85bf..e3a9e4b17d66 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -1028,7 +1028,7 @@ void kvm_write_tsc(struct kvm_vcpu *vcpu, u64 data) | |||
1028 | /* | 1028 | /* |
1029 | * Special case: close write to TSC within 5 seconds of | 1029 | * Special case: close write to TSC within 5 seconds of |
1030 | * another CPU is interpreted as an attempt to synchronize | 1030 | * another CPU is interpreted as an attempt to synchronize |
1031 | * The 5 seconds is to accomodate host load / swapping as | 1031 | * The 5 seconds is to accommodate host load / swapping as |
1032 | * well as any reset of TSC during the boot process. | 1032 | * well as any reset of TSC during the boot process. |
1033 | * | 1033 | * |
1034 | * In that case, for a reliable TSC, we can match TSC offsets, | 1034 | * In that case, for a reliable TSC, we can match TSC offsets, |