mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Fix a typo.
Reported by: albert
This commit is contained in:
parent
b5dd89c336
commit
45e889896e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71517
@ -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