forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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