diff options
| author | Randy Dunlap <[email protected]> | 2020-07-26 00:17:31 +0000 |
|---|---|---|
| committer | Juergen Gross <[email protected]> | 2020-08-03 05:48:39 +0000 |
| commit | 4e722d4fe27899f90491065edb0bb0a757f0b955 (patch) | |
| tree | 0444db58fca23c7331b8681b2368e726b0f0dad7 /arch/x86/include/asm/xen/hypercall.h | |
| parent | xen/gntdev: gntdev.h: drop a duplicated word (diff) | |
| download | kernel-4e722d4fe27899f90491065edb0bb0a757f0b955.tar.gz kernel-4e722d4fe27899f90491065edb0bb0a757f0b955.zip | |
xen: hypercall.h: fix duplicated word
Change the repeated word "as" to "as a".
Signed-off-by: Randy Dunlap <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Cc: Boris Ostrovsky <[email protected]>
Cc: Juergen Gross <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Juergen Gross <[email protected]>
Diffstat (limited to 'arch/x86/include/asm/xen/hypercall.h')
| -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...) */ |
