Skip to content

Commit 08b5985

Browse files
tklauserpalmer-dabbelt
authored andcommitted
riscv: Fix typo in asm/hwcap.h uapi header
s/userpsace/userspace/ Signed-off-by: Tobias Klauser <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent cbb3d91 commit 08b5985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/include/uapi/asm/hwcap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/*
1212
* Linux saves the floating-point registers according to the ISA Linux is
1313
* executing on, as opposed to the ISA the user program is compiled for. This
14-
* is necessary for a handful of esoteric use cases: for example, userpsace
14+
* is necessary for a handful of esoteric use cases: for example, userspace
1515
* threading libraries must be able to examine the actual machine state in
1616
* order to fully reconstruct the state of a thread.
1717
*/

0 commit comments

Comments
 (0)