aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc/kexec_and_kdump.txt
diff options
context:
space:
mode:
authorTim Deegan <tim@xen.org>2012-06-28 16:57:26 +0100
committerTim Deegan <tim@xen.org>2012-06-28 16:57:26 +0100
commit8c77bfea391cde0ae46c37d77d407c3dd9951583 (patch)
tree233822e192d46210713d3ac0575ac2ce4d9c91a9 /docs/misc/kexec_and_kdump.txt
parentcc6ba55e078df848b5fccc366f19388549f128c5 (diff)
downloadxen-8c77bfea391cde0ae46c37d77d407c3dd9951583.tar.gz
xen-8c77bfea391cde0ae46c37d77d407c3dd9951583.tar.bz2
xen-8c77bfea391cde0ae46c37d77d407c3dd9951583.zip
docs: various typos
Signed-off-by: Tim Deegan <tim@xen.org> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'docs/misc/kexec_and_kdump.txt')
-rw-r--r--docs/misc/kexec_and_kdump.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/misc/kexec_and_kdump.txt b/docs/misc/kexec_and_kdump.txt
index 06592196db..9ec3fcc784 100644
--- a/docs/misc/kexec_and_kdump.txt
+++ b/docs/misc/kexec_and_kdump.txt
@@ -3,8 +3,8 @@
Kexec and Kdump for Xen
=======================
-This is a breif guide to using Kexec and Kdump in conjunction with Xen.
-This functionaly works at the level of the hypervisor and dom0 kernel.
+This is a brief guide to using Kexec and Kdump in conjunction with Xen.
+This functionally works at the level of the hypervisor and dom0 kernel.
And will thus affect all guests running on a machine.
At this stage it does not work in conjunction with domU kernels.
@@ -33,7 +33,7 @@ Linux -> Xen | first kernel | second hypervisor &
---------------+--------------------+--------------------
Linux -> Linux | first kernel | second kernel
-If you are kexecing to Xen then you will also need to preapare the second
+If you are kexecing to Xen then you will also need to prepare the second
hypervisor and dom0 kernel that will run after kexec. These may be the same
as the first hypervisor and dom0 kernel that are used before kexec if you
are kexecing from Xen to Xen.
@@ -176,7 +176,7 @@ running kernel.
On x86 systems the crash kernel may be either
- A uncompressed vmlinux image if the kernel is not relocatable
- A compressed bzImage or vmlinuz image if the kernel is relocatable
-- Relocatability is crontroled by the CONFIG_RELOCATABLE kernel
+- Relocatability is controlled by the CONFIG_RELOCATABLE kernel
compile configuration parameter. This option may not be available
depending on the kernel version
On ia64