From: Tobias Klauser Date: Fri, 3 Jul 2020 13:49:11 +0000 (+0200) Subject: riscv: Fix typo in asm/hwcap.h uapi header X-Git-Tag: v5.9-rc1~102^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08b5985e7be54d15d058191adda2722bd395df32;p=thirdparty%2Flinux.git riscv: Fix typo in asm/hwcap.h uapi header s/userpsace/userspace/ Signed-off-by: Tobias Klauser Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/include/uapi/asm/hwcap.h b/arch/riscv/include/uapi/asm/hwcap.h index dee98ee283183..46dc3f5ee99f9 100644 --- a/arch/riscv/include/uapi/asm/hwcap.h +++ b/arch/riscv/include/uapi/asm/hwcap.h @@ -11,7 +11,7 @@ /* * Linux saves the floating-point registers according to the ISA Linux is * executing on, as opposed to the ISA the user program is compiled for. This - * is necessary for a handful of esoteric use cases: for example, userpsace + * is necessary for a handful of esoteric use cases: for example, userspace * threading libraries must be able to examine the actual machine state in * order to fully reconstruct the state of a thread. */