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>
This commit is contained in:
Tobias Klauser 2020-07-03 15:49:11 +02:00 committed by Palmer Dabbelt
parent cbb3d91d3b
commit 08b5985e7b
No known key found for this signature in database
GPG key ID: 2E1319F35FBB1889

View file

@ -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.
*/