Fix typo.

This commit is contained in:
glebius 2006-01-30 11:43:53 +00:00
parent e4d6027c5e
commit ea00986620

View File

@ -183,7 +183,7 @@ struct rw_args {
#endif
#ifdef INVARIANTS
#define rw_assert(rw, what) _rw_assert((sx), (what), LOCK_FILE, LOCK_LINE)
#define rw_assert(rw, what) _rw_assert((rw), (what), LOCK_FILE, LOCK_LINE)
#else
#define rw_assert(rw, what)
#endif