diff options
Diffstat (limited to 'sys/kern/sys_pipe.c')
| -rw-r--r-- | sys/kern/sys_pipe.c | 4 |
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) { |
