Fix typo. Note that this is mostly innocent, since libthr no longer

interposes the symbol.

Noted by:	rpaulo
MFC after:	3 days
This commit is contained in:
kib 2015-02-27 19:23:01 +00:00
parent 139773cf3f
commit 4cdcf09b19

View File

@ -59,7 +59,7 @@ _spinlock(spinlock_t *lck)
}
#pragma weak _spinlock
#pragma weak _spinunlock
void
_spinunlock(spinlock_t *lck)
{