Unverified Commit 08b5985e authored by Tobias Klauser's avatar Tobias Klauser Committed by Palmer Dabbelt
Browse files

riscv: Fix typo in asm/hwcap.h uapi header



s/userpsace/userspace/

Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
parent cbb3d91d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */