diff options
author | Daniel Bristot de Oliveira <bristot@redhat.com> | 2018-09-25 20:31:48 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2018-12-21 11:57:57 -0500 |
commit | a104d44b183ce34b645bbcc8483d9d39fd488c55 (patch) | |
tree | 1e3a26489c966604555e80da99ad71da5308008e /arch/alpha | |
parent | fb430b39dbb0def3c7fc47a79fb02c5dfcda9f9c (diff) | |
download | linux-a104d44b183ce34b645bbcc8483d9d39fd488c55.tar.gz linux-a104d44b183ce34b645bbcc8483d9d39fd488c55.tar.bz2 linux-a104d44b183ce34b645bbcc8483d9d39fd488c55.zip |
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.h | 2 |
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 1dfd065e45b1..c29194181025 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 |