Fix a typo.
Reported by: albert
This commit is contained in:
parent
b5dd89c336
commit
45e889896e
@ -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 ||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user