summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-11-17 09:21:52 +0000
committerjmc <jmc@openbsd.org>2006-11-17 09:21:52 +0000
commit2dcd86ac03a48ee01b8ff1a65e3d2c4382481c76 (patch)
tree665a13ddd863531dbcd3ce5ce5550c3063b33319 /sys/kern/sys_pipe.c
parentSupport for multiple networks on one interface. Until now only the main (diff)
downloadwireguard-openbsd-2dcd86ac03a48ee01b8ff1a65e3d2c4382481c76.tar.xz
wireguard-openbsd-2dcd86ac03a48ee01b8ff1a65e3d2c4382481c76.zip
missing punctuation in comments; from bret lambert
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 6f74615aedc..dda76df3692 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys_pipe.c,v 1.50 2005/12/13 10:33:14 jsg Exp $ */
+/* $OpenBSD: sys_pipe.c,v 1.51 2006/11/17 09:21:52 jmc Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -160,7 +160,7 @@ free1:
}
/*
- * Allocate kva for pipe circular buffer, the space is pageable
+ * Allocate kva for pipe circular buffer, the space is pageable.
* This routine will 'realloc' the size of a pipe safely, if it fails
* it will retain the old buffer.
* If it fails it will return ENOMEM.