summaryrefslogtreecommitdiff
path: root/sys/dev/cons.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-03-30 02:03:46 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-03-30 02:03:46 +0000
commit959f19a627a30f12e0f6458e9fa1a5f3957c0acf (patch)
tree54b12e986965257b4516cf526103e303ff3e4068 /sys/dev/cons.c
parent98fd2987b3766cf7fb8b8b8c1cac8bbd6415806b (diff)
Add $OpenBSD$, fix comments.
Diffstat (limited to 'sys/dev/cons.c')
-rw-r--r--sys/dev/cons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cons.c b/sys/dev/cons.c
index b6427e1237c..cd669e850da 100644
--- a/sys/dev/cons.c
+++ b/sys/dev/cons.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cons.c,v 1.4 1996/03/02 00:29:23 niklas Exp $ */
+/* $OpenBSD: cons.c,v 1.5 1996/03/30 02:03:43 mickey Exp $ */
/* $NetBSD: cons.c,v 1.29 1996/02/04 02:04:08 christos Exp $ */
/*
@@ -207,7 +207,7 @@ cnselect(dev, rw, p)
{
/*
- * Redirect the ioctl, if that's appropriate.
+ * Redirect the select, if that's appropriate.
* I don't want to think of the possible side effects
* of console redirection here.
*/