diff mbox

KVM/s390: Fix trivial typo in comments

Message ID 1424989004-14412-1-git-send-email-yguerrini@tomshardware.fr (mailing list archive)
State New, archived
Headers show

Commit Message

Yannick Guerrini Feb. 26, 2015, 10:16 p.m. UTC
Change 'architecuture' to 'architecture'

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
---
 arch/s390/kvm/gaccess.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christian Borntraeger Feb. 27, 2015, 8:26 a.m. UTC | #1
Am 26.02.2015 um 23:16 schrieb Yannick Guerrini:
> Change 'architecuture' to 'architecture'
> 
> Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>

Thanks, applied. 

> ---
>  arch/s390/kvm/gaccess.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/s390/kvm/gaccess.c b/arch/s390/kvm/gaccess.c
> index 267523c..633fe9b 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)
>   * @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 architecuture.
> + * 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.
>   *
> 


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/s390/kvm/gaccess.c b/arch/s390/kvm/gaccess.c
index 267523c..633fe9b 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)
  * @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 architecuture.
+ * 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.
  *