aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/uapi/asm
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-07-03 15:49:11 +0200
committerPalmer Dabbelt <palmerdabbelt@google.com>2020-07-30 11:37:38 -0700
commit08b5985e7be54d15d058191adda2722bd395df32 (patch)
treefab617c8b68985237f4b3a4928b8536002395b0b /arch/riscv/include/uapi/asm
parentriscv: Add kmemleak support (diff)
downloadlinux-dev-08b5985e7be54d15d058191adda2722bd395df32.tar.xz
linux-dev-08b5985e7be54d15d058191adda2722bd395df32.zip
riscv: Fix typo in asm/hwcap.h uapi header
s/userpsace/userspace/ Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'arch/riscv/include/uapi/asm')
-rw-r--r--arch/riscv/include/uapi/asm/hwcap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/include/uapi/asm/hwcap.h b/arch/riscv/include/uapi/asm/hwcap.h
index dee98ee28318..46dc3f5ee99f 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.
*/