Fix a typo.

Reported by:	albert
This commit is contained in:
jhb 2001-01-24 08:42:39 +00:00
parent 70aff88d6b
commit 558ee819ee

View File

@ -206,7 +206,7 @@ do_aout_hdr(struct imgact_gzip * gz)
/*
* text/data/bss must not exceed limits
*/
mtx_assert(&Giant, MA_OWNWED);
mtx_assert(&Giant, MA_OWNED);
if ( /* text can't exceed maximum text size */
gz->a_out.a_text > MAXTSIZ ||