summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-29 15:10:30 +0000
committerphk <phk@FreeBSD.org>2005-01-29 15:10:30 +0000
commitba0e01d2d8cf49714c460620bee1439460aa9995 (patch)
tree60eb363768c45f7c8a24bc85b1a39508bd2ed9df /sys/kern/kern_conf.c
parent9072f89ba12daf8d2e6519a781e5e63b32910863 (diff)
downloadFreeBSD-src-ba0e01d2d8cf49714c460620bee1439460aa9995.zip
FreeBSD-src-ba0e01d2d8cf49714c460620bee1439460aa9995.tar.gz
Typo.
Diffstat (limited to 'sys/kern/kern_conf.c')
-rw-r--r--sys/kern/kern_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c
index 07ddc91..5b67f91 100644
--- a/sys/kern/kern_conf.c
+++ b/sys/kern/kern_conf.c
@@ -261,7 +261,7 @@ dev2unit(struct cdev *x)
if (x == NULL)
return NODEV;
- return (minor2unit(minor(x));
+ return (minor2unit(minor(x)));
}
int
OpenPOWER on IntegriCloud