aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2023-04-24 10:22:46 +0100
committerAlex Bennée <alex.bennee@linaro.org>2023-04-27 14:58:41 +0100
commitd035fb106f9de71ad5caaa3a615104c6793107e8 (patch)
tree40140640be6190879082fe3cb3f8f74c1e4d7b22 /docs
parent4f513984edba8bf7e615ad08d54987e47d94a0be (diff)
downloadqemu-d035fb106f9de71ad5caaa3a615104c6793107e8.zip
qemu-d035fb106f9de71ad5caaa3a615104c6793107e8.tar.gz
qemu-d035fb106f9de71ad5caaa3a615104c6793107e8.tar.bz2
docs/system: remove excessive punctuation from guest-loader docs
A possessive its needs no ' whereas the contraction of it is does. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20230424092249.58552-16-alex.bennee@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/system/guest-loader.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/system/guest-loader.rst b/docs/system/guest-loader.rst
index 9ef9776..304ee5d 100644
--- a/docs/system/guest-loader.rst
+++ b/docs/system/guest-loader.rst
@@ -14,7 +14,7 @@ The guest loader does two things:
- load blobs (kernels and initial ram disks) into memory
- sets platform FDT data so hypervisors can find and boot them
-This is what is typically done by a boot-loader like grub using it's
+This is what is typically done by a boot-loader like grub using its
multi-boot capability. A typical example would look like:
.. parsed-literal::
@@ -25,9 +25,9 @@ multi-boot capability. A typical example would look like:
-device guest-loader,addr=0x47000000,initrd=rootfs.cpio
In the above example the Xen hypervisor is loaded by the -kernel
-parameter and passed it's boot arguments via -append. The Dom0 guest
+parameter and passed its boot arguments via -append. The Dom0 guest
is loaded into the areas of memory. Each blob will get
-``/chosen/module@<addr>`` entry in the FDT to indicate it's location and
+``/chosen/module@<addr>`` entry in the FDT to indicate its location and
size. Additional information can be passed with by using additional
arguments.