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>
This commit is contained in:
Heinrich Schuchardt 2022-09-25 02:47:57 +02:00 committed by Palmer Dabbelt
parent 9abf2313ad
commit d233ab3c5c
No known key found for this signature in database
GPG key ID: 2E1319F35FBB1889

View 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