summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd/proc.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2017-01-17 22:10:55 +0000
committerkrw <krw@openbsd.org>2017-01-17 22:10:55 +0000
commit7df7ca8177d04c6f5bdc9eeece1e54700f54aa91 (patch)
tree9f5bdc83f6bc5d824192cb7dabbf28b63dcdd272 /usr.sbin/switchd/proc.c
parentNuke some whitespace that keeps poking me in the eye as I try to (diff)
downloadwireguard-openbsd-7df7ca8177d04c6f5bdc9eeece1e54700f54aa91.tar.xz
wireguard-openbsd-7df7ca8177d04c6f5bdc9eeece1e54700f54aa91.zip
Nuke some whitespace that keeps poking me in the eye as I try to
steal code.
Diffstat (limited to 'usr.sbin/switchd/proc.c')
-rw-r--r--usr.sbin/switchd/proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/switchd/proc.c b/usr.sbin/switchd/proc.c
index 4f36a83cd42..55ed09e4275 100644
--- a/usr.sbin/switchd/proc.c
+++ b/usr.sbin/switchd/proc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.c,v 1.10 2017/01/09 14:49:22 reyk Exp $ */
+/* $OpenBSD: proc.c,v 1.11 2017/01/17 22:10:56 krw Exp $ */
/*
* Copyright (c) 2010 - 2016 Reyk Floeter <reyk@openbsd.org>
@@ -208,7 +208,7 @@ proc_init(struct privsep *ps, struct privsep_proc *procs, unsigned int nproc,
proc_setup(ps, procs, nproc);
/*
- * Create the children sockets so we can use them
+ * Create the children sockets so we can use them
* to distribute the rest of the socketpair()s using
* proc_connect() later.
*/