projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91520f1
)
KVM: s390: Fix trivial typo in comments
author
Yannick Guerrini
<
[email protected]
>
Thu, 26 Feb 2015 22:16:44 +0000
(23:16 +0100)
committer
Christian Borntraeger
<
[email protected]
>
Fri, 6 Mar 2015 12:40:55 +0000
(13:40 +0100)
Change 'architecuture' to 'architecture'
Signed-off-by: Yannick Guerrini <
[email protected]
>
Message-Id: <
1424989004
[email protected]
>
Signed-off-by: Christian Borntraeger <
[email protected]
>
arch/s390/kvm/gaccess.c
patch
|
blob
|
history
diff --git
a/arch/s390/kvm/gaccess.c
b/arch/s390/kvm/gaccess.c
index 267523cac6de7860cda644017e2b52ccfc7ea8d4..633fe9bd75a9f60e88432ea7a68abe36b6075dba 100644
(file)
--- 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)
* @write: indicates if access is a write access
*
* Translate a guest virtual address into a guest absolute address by means
- * of dynamic address translation as specified by the architec
u
ture.
+ * of dynamic address translation as specified by the architecture.
* If the resulting absolute address is not available in the configuration
* an addressing exception is indicated and @gpa will not be changed.
*