KVM: x86/emulator: Fix comment in __load_segment_descriptor()
authorMichal Luczaj <mhal@rbox.co>
Thu, 26 Jan 2023 01:34:04 +0000 (02:34 +0100)
committerSean Christopherson <seanjc@google.com>
Fri, 3 Feb 2023 21:34:02 +0000 (13:34 -0800)
commit096691e0d2a1a97ce5a0d68cffdc84ce97bce304
treea49d56b5394666dfa0dfc85aab6956032d96afd9
parent0735d1c34e49bc79d4a9860651d10c00b0692276
KVM: x86/emulator: Fix comment in __load_segment_descriptor()

The comment refers to the same condition twice. Make it reflect what the
code actually does.

No functional change intended.

Signed-off-by: Michal Luczaj <mhal@rbox.co>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Link: https://lore.kernel.org/r/20230126013405.2967156-3-mhal@rbox.co
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/emulate.c