riscv/vdso: typo therefor
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 25 Sep 2022 00:47:57 +0000 (02:47 +0200)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 26 Oct 2022 06:29:36 +0000 (23:29 -0700)
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>
arch/riscv/include/asm/vdso.h

index af98142..a7644f4 100644 (file)
@@ -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