Skip to content

Commit ea6c121

Browse files
JuliaLawallavpatel
authored andcommitted
RISC-V: KVM: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Anup Patel <[email protected]>
1 parent f2906aa commit ea6c121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/kvm/vmid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void kvm_riscv_gstage_vmid_update(struct kvm_vcpu *vcpu)
9797
* We ran out of VMIDs so we increment vmid_version and
9898
* start assigning VMIDs from 1.
9999
*
100-
* This also means existing VMIDs assignement to all Guest
100+
* This also means existing VMIDs assignment to all Guest
101101
* instances is invalid and we have force VMID re-assignement
102102
* for all Guest instances. The Guest instances that were not
103103
* running will automatically pick-up new VMIDs because will

0 commit comments

Comments
 (0)