From: Heinrich Schuchardt Date: Sun, 25 Sep 2022 00:47:57 +0000 (+0200) Subject: riscv/vdso: typo therefor X-Git-Tag: v6.6.17~5917^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d233ab3c5c5ed4b3d2201bddb71dab5a2946c31b;p=platform%2Fkernel%2Flinux-rpi.git riscv/vdso: typo therefor The adverbs 'therefor' and 'therefore' have different meaning. As the meaning here is 'consequently' the spelling should be 'therefore'. Signed-off-by: Heinrich Schuchardt Reviewed-by: Conor Dooley Link: https://lore.kernel.org/r/20220925004757.9089-1-heinrich.schuchardt@canonical.com Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/include/asm/vdso.h b/arch/riscv/include/asm/vdso.h index af98142..a7644f4 100644 --- a/arch/riscv/include/asm/vdso.h +++ b/arch/riscv/include/asm/vdso.h @@ -10,7 +10,7 @@ /* * All systems with an MMU have a VDSO, but systems without an MMU don't - * support shared libraries and therefor don't have one. + * support shared libraries and therefore don't have one. */ #ifdef CONFIG_MMU