hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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