hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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