Fix tiypo.

Submitted by:	Luiz Otavio O Souza
Approved by:	adrian (mentor)
This commit is contained in:
Aleksandr Rybalko 2012-10-11 21:19:42 +00:00
parent 5c0b56183b
commit 3d09489774

View File

@ -70,7 +70,7 @@ struct arswitch_softc {
#define ARSWITCH_UNLOCK(_sc) \
mtx_unlock(&(_sc)->sc_mtx)
#define ARSWITCH_LOCK_ASSERT(_sc, _what) \
mtx_assert(&(_s)c->sc_mtx, (_what))
mtx_assert(&(_sc)->sc_mtx, (_what))
#define ARSWITCH_TRYLOCK(_sc) \
mtx_trylock(&(_sc)->sc_mtx)