summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_log.c
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
committertruckman <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
commitd869e3568091433f9d3beb11c9f29c4fdd08f39a (patch)
tree18bf440741743ec4f31ffe9110554bf83aa39ddb /sys/kern/subr_log.c
parentde184682fa22833c7b18a96a136bc031ae786434 (diff)
downloadFreeBSD-src-d869e3568091433f9d3beb11c9f29c4fdd08f39a.zip
FreeBSD-src-d869e3568091433f9d3beb11c9f29c4fdd08f39a.tar.gz
I got another batch of suggestions for cosmetic changes from bde.
Diffstat (limited to 'sys/kern/subr_log.c')
-rw-r--r--sys/kern/subr_log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c
index 01d8c4e..e6d9b34 100644
--- a/sys/kern/subr_log.c
+++ b/sys/kern/subr_log.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)subr_log.c 8.1 (Berkeley) 6/10/93
- * $Id: subr_log.c,v 1.30 1998/06/07 17:11:38 dfr Exp $
+ * $Id: subr_log.c,v 1.31 1998/11/11 10:03:55 truckman Exp $
*/
/*
@@ -76,7 +76,7 @@ static struct cdevsw log_cdevsw =
static struct logsoftc {
int sc_state; /* see above for possibilities */
struct selinfo sc_selp; /* process waiting on select call */
- struct sigio *sc_sigio; /* information for SIGIO */
+ struct sigio *sc_sigio; /* information for async I/O */
} logsoftc;
int log_open; /* also used in log() */
OpenPOWER on IntegriCloud