riscv: Fix typo in asm/hwcap.h uapi header
authorTobias Klauser <tklauser@distanz.ch>
Fri, 3 Jul 2020 13:49:11 +0000 (15:49 +0200)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Thu, 30 Jul 2020 18:37:38 +0000 (11:37 -0700)
s/userpsace/userspace/

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/include/uapi/asm/hwcap.h

index dee98ee2831836c2f38f5c3b7f11b7482d1a70c7..46dc3f5ee99f9681639fa4d0e38802ecd9eb208c 100644 (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.
  */