Commit a104d44b authored by Daniel Bristot de Oliveira's avatar Daniel Bristot de Oliveira Committed by Matt Turner

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: default avatarDaniel 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: default avatarMatt Turner <mattst88@gmail.com>
parent fb430b39
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment