Signed-off-by: goralbaris <[email protected]>
---
 tools/testing/selftests/kvm/x86_64/hyperv_features.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/x86_64/hyperv_features.c 
b/tools/testing/selftests/kvm/x86_64/hyperv_features.c
index 068e9c69710d..db442bf3b8d3 100644
--- a/tools/testing/selftests/kvm/x86_64/hyperv_features.c
+++ b/tools/testing/selftests/kvm/x86_64/hyperv_features.c
@@ -457,7 +457,7 @@ static void guest_test_msrs_access(void)
                        msr->fault_expected = true;
                        break;
                case 45:
-                       /* MSR is vailable when CPUID feature bit is set */
+                       /* MSR is available when CPUID feature bit is set */
                        if (!has_invtsc)
                                goto next_stage;
                        vcpu_set_cpuid_feature(vcpu, HV_ACCESS_TSC_INVARIANT);
-- 
2.34.1


Reply via email to