diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-09-25 02:47:57 +0200 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-10-26 08:29:36 +0200 |
commit | d233ab3c5c5ed4b3d2201bddb71dab5a2946c31b (patch) | |
tree | 3b364bef3ebbbdde1894416d93c4ce1dcd57350e | |
parent | Linux 6.1-rc1 (diff) | |
download | linux-d233ab3c5c5ed4b3d2201bddb71dab5a2946c31b.tar.xz linux-d233ab3c5c5ed4b3d2201bddb71dab5a2946c31b.zip |
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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20220925004757.9089-1-heinrich.schuchardt@canonical.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
-rw-r--r-- | arch/riscv/include/asm/vdso.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/include/asm/vdso.h b/arch/riscv/include/asm/vdso.h index af981426fe0f..a7644f46d0e5 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 |