summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/sys_process.c')
-rw-r--r--sys/kern/sys_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c
index 54b2423..0ed7c08 100644
--- a/sys/kern/sys_process.c
+++ b/sys/kern/sys_process.c
@@ -584,7 +584,7 @@ ptrace(struct thread *td, struct ptrace_args *uap)
case PT_WRITE_I:
case PT_WRITE_D:
write = 1;
- /* fallthrough */
+ /* FALLTHROUGH */
case PT_READ_I:
case PT_READ_D:
PROC_UNLOCK(p);
OpenPOWER on IntegriCloud