summaryrefslogtreecommitdiff
path: root/Documentation/virt
diff options
context:
space:
mode:
authorRanganath V N <vnranganath.20@gmail.com>2025-09-02 22:38:22 +0300
committerJonathan Corbet <corbet@lwn.net>2025-09-04 00:35:52 +0300
commita4c2ff6e507ebb47761865289772494e717d035a (patch)
tree30a415946344ab9efc47e3b597f02a588421c1ca /Documentation/virt
parentb65988af71af62b81bbc6af0cbe05b18eaef4da5 (diff)
downloadlinux-a4c2ff6e507ebb47761865289772494e717d035a.tar.xz
Documentation: Fix spelling mistakes
Corrected a few spelling mistakes to improve the readability. Signed-off-by: Ranganath V N <vnranganath.20@gmail.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250902193822.6349-1-vnranganath.20@gmail.com
Diffstat (limited to 'Documentation/virt')
-rw-r--r--Documentation/virt/kvm/review-checklist.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/review-checklist.rst b/Documentation/virt/kvm/review-checklist.rst
index debac54e14e7..053f00c50d66 100644
--- a/Documentation/virt/kvm/review-checklist.rst
+++ b/Documentation/virt/kvm/review-checklist.rst
@@ -98,7 +98,7 @@ New APIs
It is important to demonstrate your use case. This can be as simple as
explaining that the feature is already in use on bare metal, or it can be
a proof-of-concept implementation in userspace. The latter need not be
- open source, though that is of course preferrable for easier testing.
+ open source, though that is of course preferable for easier testing.
Selftests should test corner cases of the APIs, and should also cover
basic host and guest operation if no open source VMM uses the feature.