summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-10-25 08:30:06 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-10-25 08:30:06 +0000
commitaa426ab49f532c63da9554f1314e8fcef66b3467 (patch)
treeaf91442d1d45c53a5ba5c6e1ab6704ab9d196242 /sys/arch
parentc5ea3a2c914da46ea048a133f0e9a2025d40d0c8 (diff)
fix comment
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c
index 62a22390b00..df526ca46bb 100644
--- a/sys/arch/i386/i386/conf.c
+++ b/sys/arch/i386/i386/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.37 1997/09/24 23:00:02 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.38 1997/10/25 08:30:05 mickey Exp $ */
/* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */
/*
@@ -349,7 +349,7 @@ chrtoblk(dev)
}
/*
- * Convert a character device number to a block device number.
+ * Convert a block device number to a character device number.
*/
dev_t
blktochr(dev)