Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

KVM: selftests: Fix spelling of 'occurrences' in sparsebit.c comments

Correct two instances of the misspelled word 'occurences' to
'occurrences' in comments explaining node invariants in sparsebit.c.

Signed-off-by: Rahul Kumar <rk0006818@gmail.com>
Link: https://lore.kernel.org/r/20250523181606.568320-1-rk0006818@gmail.com
[sean: massage changelog]
Signed-off-by: Sean Christopherson <seanjc@google.com>

authored by

Rahul Kumar and committed by
Sean Christopherson
30142a93 28224ef0

+2 -2
+2 -2
tools/testing/selftests/kvm/lib/sparsebit.c
··· 116 116 * 117 117 * + A node with all mask bits set only occurs when the last bit 118 118 * described by the previous node is not equal to this nodes 119 - * starting index - 1. All such occurences of this condition are 119 + * starting index - 1. All such occurrences of this condition are 120 120 * avoided by moving the setting of the nodes mask bits into 121 121 * the previous nodes num_after setting. 122 122 * ··· 592 592 * 593 593 * + A node with all mask bits set only occurs when the last bit 594 594 * described by the previous node is not equal to this nodes 595 - * starting index - 1. All such occurences of this condition are 595 + * starting index - 1. All such occurrences of this condition are 596 596 * avoided by moving the setting of the nodes mask bits into 597 597 * the previous nodes num_after setting. 598 598 */