summaryrefslogtreecommitdiff
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-01-14 23:12:12 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-01-14 23:12:12 +0000
commitd29cfb532fb0ad63b53fe8169e8d797b3ca3dfde (patch)
tree38b2cc45ecdcbc4dd66055354bf3c52cf87e9ad3 /sys/kern/sys_pipe.c
parentc41efa71283b98a8b67da1f025518ffcba73d562 (diff)
fix typos in comments, no code changes;
from Brad Tilley <brad at 16systems dot com>; ok oga@
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 d93ec33b31c..249109d74f5 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys_pipe.c,v 1.57 2009/11/09 17:53:39 nicm Exp $ */
+/* $OpenBSD: sys_pipe.c,v 1.58 2010/01/14 23:12:11 schwarze Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -415,7 +415,7 @@ pipe_write(struct file *fp, off_t *poff, struct uio *uio, struct ucred *cred)
}
/*
- * If an early error occured unbusy and return, waking up any pending
+ * If an early error occurred unbusy and return, waking up any pending
* readers.
*/
if (error) {