From: behlendo Date: Tue, 4 Mar 2008 19:38:27 +0000 (+0000) Subject: Fix type X-Git-Tag: spl-0.4.0~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48f940b9439902c2974c705e8fbec3b0a73ffacd;p=spl Fix type git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@23 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c --- diff --git a/include/sys/kmem.h b/include/sys/kmem.h index 89367c0..7bdd6fe 100644 --- a/include/sys/kmem.h +++ b/include/sys/kmem.h @@ -87,7 +87,7 @@ kmem_alloc_tryhard(size_t size, size_t *alloc_size, int kmflags) * Slab allocation interfaces */ #undef KMC_NOTOUCH /* No linux analog */ -#define KMC_NODEBUG 0x00000000 /* Default beahvior */ +#define KMC_NODEBUG 0x00000000 /* Default behavior */ #define KMC_NOMAGAZINE /* No linux analog */ #define KMC_NOHASH /* No linux analog */ #define KMC_QCACHE /* No linux analog */