forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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