Fix a typo.

Reported by:	albert
This commit is contained in:
John Baldwin 2001-01-24 08:42:39 +00:00
parent b5dd89c336
commit 45e889896e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71517

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 ||