diff options
| author | 2010-01-14 23:12:11 +0000 | |
|---|---|---|
| committer | 2010-01-14 23:12:11 +0000 | |
| commit | a3c911ba8b4b104be4d76dbf6fe4b9bdb7564ba1 (patch) | |
| tree | e019374e91267420d85101c5ab7c17de01195480 /sys/kern/sys_pipe.c | |
| parent | Restore an if that got lost in the update. (diff) | |
| download | wireguard-openbsd-a3c911ba8b4b104be4d76dbf6fe4b9bdb7564ba1.tar.xz wireguard-openbsd-a3c911ba8b4b104be4d76dbf6fe4b9bdb7564ba1.zip | |
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.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) { |
