diff options
author | phk <phk@FreeBSD.org> | 2005-01-29 15:10:30 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-01-29 15:10:30 +0000 |
commit | ba0e01d2d8cf49714c460620bee1439460aa9995 (patch) | |
tree | 60eb363768c45f7c8a24bc85b1a39508bd2ed9df /sys/kern/kern_conf.c | |
parent | 9072f89ba12daf8d2e6519a781e5e63b32910863 (diff) | |
download | FreeBSD-src-ba0e01d2d8cf49714c460620bee1439460aa9995.zip FreeBSD-src-ba0e01d2d8cf49714c460620bee1439460aa9995.tar.gz |
Typo.
Diffstat (limited to 'sys/kern/kern_conf.c')
-rw-r--r-- | sys/kern/kern_conf.c | 2 |
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 |