summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-12-02 16:30:58 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-12-02 16:32:25 +0530
commit031d8f1eef82932a44597b81768dddb2451cb78d (patch)
treec1535f1b41e66da88d875abfd7d275613ded6f77
parent09eedb8494785b04c205ee8343dc3fe644102645 (diff)
manual: kvm: fix typo
Change-Id: I1c96eab22faae4f4abc9e4f40de81a95bf9a3e79 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--manual/generic/linux/kvm-arm32-guest-on-arm64-host.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/generic/linux/kvm-arm32-guest-on-arm64-host.yaml b/manual/generic/linux/kvm-arm32-guest-on-arm64-host.yaml
index e98a11d..a1ef940 100644
--- a/manual/generic/linux/kvm-arm32-guest-on-arm64-host.yaml
+++ b/manual/generic/linux/kvm-arm32-guest-on-arm64-host.yaml
@@ -27,7 +27,7 @@ run:
- Else continue below steps for installation of required packages
- Run "sudo apt-get update"
- Run "sudo apt-get install qemu-system wget xz-utils"
- - Execute the following command to ownload armv7 kernel Image
+ - Execute the following command to download armv7 kernel Image
- "wget http://testdata.validation.linaro.org/kvm/zImage-armv7"
- Execute the following command to download arm minimal rootfs
- "wget http://testdata.validation.linaro.org/kvm/kvm-armhf.qcow2.xz"