aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorYannick Guerrini <yguerrini@tomshardware.fr>2015-02-26 17:16:44 -0500
committerChristian Borntraeger <borntraeger@de.ibm.com>2015-03-06 07:40:55 -0500
commit16b0fc13d60293ce073c8f9baa53469744b4d74a (patch)
tree7733534e677fd9ad893972c47980b712d865d8d5 /arch
parent91520f1af8a01d349d19911238fc3dbed3fa58d2 (diff)
KVM: s390: Fix trivial typo in comments
Change 'architecuture' to 'architecture' Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr> Message-Id: <1424989004-14412-1-git-send-email-yguerrini@tomshardware.fr> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/kvm/gaccess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kvm/gaccess.c b/arch/s390/kvm/gaccess.c
index 267523cac6de..633fe9bd75a9 100644
--- a/arch/s390/kvm/gaccess.c
+++ b/arch/s390/kvm/gaccess.c
@@ -333,7 +333,7 @@ static int deref_table(struct kvm *kvm, unsigned long gpa, unsigned long *val)
333 * @write: indicates if access is a write access 333 * @write: indicates if access is a write access
334 * 334 *
335 * Translate a guest virtual address into a guest absolute address by means 335 * Translate a guest virtual address into a guest absolute address by means
336 * of dynamic address translation as specified by the architecuture. 336 * of dynamic address translation as specified by the architecture.
337 * If the resulting absolute address is not available in the configuration 337 * If the resulting absolute address is not available in the configuration
338 * an addressing exception is indicated and @gpa will not be changed. 338 * an addressing exception is indicated and @gpa will not be changed.
339 * 339 *