diff options
| author | 2020-02-21 06:08:42 +0000 | |
|---|---|---|
| committer | 2020-02-21 06:08:42 +0000 | |
| commit | 83cf41e131d6a4d24200f7f8f72afa32e013b0dc (patch) | |
| tree | 3fa6f569ffa9fcea157f2b21e313346f5a9a5b08 /sys/kern/kern_sig.c | |
| parent | Fix daemon_rtable route command mention (diff) | |
| download | wireguard-openbsd-83cf41e131d6a4d24200f7f8f72afa32e013b0dc.tar.xz wireguard-openbsd-83cf41e131d6a4d24200f7f8f72afa32e013b0dc.zip | |
Adjust a comment, no functional change
Diffstat (limited to 'sys/kern/kern_sig.c')
| -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 b592cece5c9..fbe327d359d 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_sig.c,v 1.249 2020/02/20 16:56:52 visa Exp $ */ +/* $OpenBSD: kern_sig.c,v 1.250 2020/02/21 06:08:42 claudio Exp $ */ /* $NetBSD: kern_sig.c,v 1.54 1996/04/22 01:38:32 christos Exp $ */ /* @@ -169,7 +169,7 @@ signal_init(void) /* * Create an initial sigacts structure, using the same signal state - * as p. + * as pr. */ struct sigacts * sigactsinit(struct process *pr) |
