summaryrefslogtreecommitdiffstats
path: root/sys/sys/sx.h
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2001-03-06 11:06:56 +0000
committerdwmalone <dwmalone@FreeBSD.org>2001-03-06 11:06:56 +0000
commit59562180cacba4088f9bad942052d8fdf14e0383 (patch)
tree85ab434b4814e0ebfe68609f8b1506f0c26f951d /sys/sys/sx.h
parent58f4338eb47921161348da2e72e7517cf36c167e (diff)
downloadFreeBSD-src-59562180cacba4088f9bad942052d8fdf14e0383.zip
FreeBSD-src-59562180cacba4088f9bad942052d8fdf14e0383.tar.gz
Fix typo: define SX_ASSERT_XLOCKED not SX_ASSERT_XLOCKER in
non-INVARIANTS case. PR: 25567 Submitted by: nnd@mail.nsk.ru
Diffstat (limited to 'sys/sys/sx.h')
-rw-r--r--sys/sys/sx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sx.h b/sys/sys/sx.h
index fde9129..a4fedbd 100644
--- a/sys/sys/sx.h
+++ b/sys/sys/sx.h
@@ -78,7 +78,7 @@ void sx_xunlock(struct sx *sx);
#else /* INVARIANTS */
#define SX_ASSERT_SLOCKED(sx)
-#define SX_ASSERT_XLOCKER(sx)
+#define SX_ASSERT_XLOCKED(sx)
#endif /* INVARIANTS */
#endif /* _KERNEL */
OpenPOWER on IntegriCloud