diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2017-11-27 01:20:13 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2017-11-27 01:20:13 +0000 |
commit | 5c2a2c80a89852572d9587f7b01b3fcc07171eb4 (patch) | |
tree | c39525e32aeb4d245718d7267bd734f719b5ec4c /sys/kern | |
parent | 3cbf2f101f10e736eef39e5b5ce95074dae9d686 (diff) |
Fix comment typo
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/kern_sig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 067b188b624..c67ad40f2b6 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_sig.c,v 1.212 2017/06/08 17:14:02 bluhm Exp $ */ +/* $OpenBSD: kern_sig.c,v 1.213 2017/11/27 01:20:12 guenther Exp $ */ /* $NetBSD: kern_sig.c,v 1.54 1996/04/22 01:38:32 christos Exp $ */ /* @@ -1495,7 +1495,7 @@ coredump(struct proc *p) pr->ps_flags |= PS_COREDUMP; /* - * If the process has inconsistant uids, nosuidcoredump + * If the process has inconsistent uids, nosuidcoredump * determines coredump placement policy. */ if (((pr->ps_flags & PS_SUGID) && (error = suser(p, 0))) || |