]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
alpha: Fix a typo on ptrace.h
authorDaniel Bristot de Oliveira <bristot@redhat.com>
Tue, 25 Sep 2018 18:31:48 +0000 (20:31 +0200)
committerMatt Turner <mattst88@gmail.com>
Fri, 21 Dec 2018 16:57:57 +0000 (11:57 -0500)
 - 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>
arch/alpha/include/uapi/asm/ptrace.h

index 1dfd065e45b1de1547e1207904a3f3f1817a5c1c..c29194181025f5dd6ebf3eea330a3f2fa996a0a6 100644 (file)
@@ -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