summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_unit.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-09-30 18:13:18 +0000
committerjhb <jhb@FreeBSD.org>2004-09-30 18:13:18 +0000
commit59af2fcb6160a6641a9c623c2d4a7ca364747a12 (patch)
treea3c63eb0189a3dbcfea1fa187268c628d32043ba /sys/kern/subr_unit.c
parent3f01e230b4cf78c33b4709c03ca99b460021fb87 (diff)
downloadFreeBSD-src-59af2fcb6160a6641a9c623c2d4a7ca364747a12.zip
FreeBSD-src-59af2fcb6160a6641a9c623c2d4a7ca364747a12.tar.gz
Fix a typo to fix the !DIAGNOSTIC build.
Submitted by: many
Diffstat (limited to 'sys/kern/subr_unit.c')
-rw-r--r--sys/kern/subr_unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_unit.c b/sys/kern/subr_unit.c
index 7561a47..aa4569e 100644
--- a/sys/kern/subr_unit.c
+++ b/sys/kern/subr_unit.c
@@ -162,7 +162,7 @@ check_unrhdr(struct unrhdr *uh, int line)
#else
static __inline void
-check_unrhdr(struct unhdr *uh, int line)
+check_unrhdr(struct unrhdr *uh, int line)
{
}
OpenPOWER on IntegriCloud