Skip to content

Commit

Permalink
riscv/vdso: typo therefor
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heinrich Schuchardt authored and Palmer Dabbelt committed Oct 26, 2022
1 parent 9abf231 commit d233ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/include/asm/vdso.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d233ab3

Please sign in to comment.