diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-04 19:38:27 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-04 19:38:27 +0000 |
commit | 48f940b9439902c2974c705e8fbec3b0a73ffacd (patch) | |
tree | 2241d22f845b5b7e270b6f0277a49d61f45fd4b9 /include | |
parent | 14c5326ccd05d3741271219510138880575a5d81 (diff) |
Fix type
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@23 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/kmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/kmem.h b/include/sys/kmem.h index 89367c069..7bdd6fe24 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 */ |