aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/kvm/ppc-pv.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-12-22 01:21:23 +0900
committerMarcelo Tosatti <mtosatti@redhat.com>2013-12-31 17:24:54 -0200
commit171800328f6e2443e0e356de5b41fb7e0fff4448 (patch)
treea8b3e28495a7786b73bdf705e24edb25ec0059c4 /Documentation/virtual/kvm/ppc-pv.txt
parentMerge branch 'kvm-arm64/for-3.14' into kvm-arm64/next (diff)
downloadlinux-dev-171800328f6e2443e0e356de5b41fb7e0fff4448.tar.xz
linux-dev-171800328f6e2443e0e356de5b41fb7e0fff4448.zip
KVM: doc: Fix typo in doc/virtual/kvm
Correct spelling typo in Documentations/virtual/kvm Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'Documentation/virtual/kvm/ppc-pv.txt')
-rw-r--r--Documentation/virtual/kvm/ppc-pv.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virtual/kvm/ppc-pv.txt b/Documentation/virtual/kvm/ppc-pv.txt
index 4cd076febb02..4643cde517c4 100644
--- a/Documentation/virtual/kvm/ppc-pv.txt
+++ b/Documentation/virtual/kvm/ppc-pv.txt
@@ -115,7 +115,7 @@ If any other bit changes in the MSR, please still use mtmsr(d).
Patched instructions
====================
-The "ld" and "std" instructions are transormed to "lwz" and "stw" instructions
+The "ld" and "std" instructions are transformed to "lwz" and "stw" instructions
respectively on 32 bit systems with an added offset of 4 to accommodate for big
endianness.