summaryrefslogtreecommitdiffstats
path: root/sys/sys/sx.h
diff options
context:
space:
mode:
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