hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/alpha/include/uapi/asm/ptrace.h
....@@ -8,7 +8,7 @@
88 * kernel stack during a system call or other kernel entry
99 *
1010 * NOTE! I want to minimize the overhead of system calls, so this
11
- * struct has as little information as possible. I does not have
11
+ * struct has as little information as possible. It does not have
1212 *
1313 * - floating point regs: the kernel doesn't change those
1414 * - r9-15: saved by the C compiler