diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-26 03:17:31 +0300 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2020-08-03 08:48:39 +0300 |
commit | 4e722d4fe27899f90491065edb0bb0a757f0b955 (patch) | |
tree | 0444db58fca23c7331b8681b2368e726b0f0dad7 /arch/x86/include/asm | |
parent | e5a52fd2b8cdb700b3c07b030e050a49ef3156b9 (diff) | |
download | linux-4e722d4fe27899f90491065edb0bb0a757f0b955.tar.xz |
xen: hypercall.h: fix duplicated word
Change the repeated word "as" to "as a".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: xen-devel@lists.xenproject.org
Link: https://lore.kernel.org/r/20200726001731.19540-1-rdunlap@infradead.org
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/xen/hypercall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/xen/hypercall.h b/arch/x86/include/asm/xen/hypercall.h index ba4c1b15908b..454b20815f35 100644 --- a/arch/x86/include/asm/xen/hypercall.h +++ b/arch/x86/include/asm/xen/hypercall.h @@ -82,7 +82,7 @@ struct xen_dm_op_buf; * - clobber the rest * * The result certainly isn't pretty, and it really shows up cpp's - * weakness as as macro language. Sorry. (But let's just give thanks + * weakness as a macro language. Sorry. (But let's just give thanks * there aren't more than 5 arguments...) */ |