summaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
authorDaniel Bristot de Oliveira <bristot@redhat.com>2018-09-25 20:31:48 +0200
committerMatt Turner <mattst88@gmail.com>2018-12-21 11:57:57 -0500
commita104d44b183ce34b645bbcc8483d9d39fd488c55 (patch)
tree1e3a26489c966604555e80da99ad71da5308008e /arch/alpha
parentfb430b39dbb0def3c7fc47a79fb02c5dfcda9f9c (diff)
downloadlinux-0-day-a104d44b183ce34b645bbcc8483d9d39fd488c55.tar.gz
linux-0-day-a104d44b183ce34b645bbcc8483d9d39fd488c55.tar.xz
alpha: Fix a typo on ptrace.h
- struct has as little information as possible. * I does not have* + struct has as little information as possible. *It does not have* Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Cc: Matt Turner <mattst88@gmail.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-alpha@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/include/uapi/asm/ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/include/uapi/asm/ptrace.h b/arch/alpha/include/uapi/asm/ptrace.h
index 1dfd065e45b1d..c29194181025f 100644
--- a/arch/alpha/include/uapi/asm/ptrace.h
+++ b/arch/alpha/include/uapi/asm/ptrace.h
@@ -8,7 +8,7 @@
* kernel stack during a system call or other kernel entry
*
* NOTE! I want to minimize the overhead of system calls, so this
- * struct has as little information as possible. I does not have
+ * struct has as little information as possible. It does not have
*
* - floating point regs: the kernel doesn't change those
* - r9-15: saved by the C compiler