summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_gzip.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-24 08:42:39 +0000
committerjhb <jhb@FreeBSD.org>2001-01-24 08:42:39 +0000
commit558ee819ee22139e74db04b28800c9fbedca91f1 (patch)
tree91ee5b57689d72301a985483ad75e40821ec3a64 /sys/kern/imgact_gzip.c
parent70aff88d6bc311f1a01e3fe21a7a9f6191aab6ab (diff)
downloadFreeBSD-src-558ee819ee22139e74db04b28800c9fbedca91f1.zip
FreeBSD-src-558ee819ee22139e74db04b28800c9fbedca91f1.tar.gz
Fix a typo.
Reported by: albert
Diffstat (limited to 'sys/kern/imgact_gzip.c')
-rw-r--r--sys/kern/imgact_gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c
index 676d37f..c6d73eb 100644
--- a/sys/kern/imgact_gzip.c
+++ b/sys/kern/imgact_gzip.c
@@ -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 ||
OpenPOWER on IntegriCloud