]> granicus.if.org Git - spl/commitdiff
Fix type
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 4 Mar 2008 19:38:27 +0000 (19:38 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 4 Mar 2008 19:38:27 +0000 (19:38 +0000)
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@23 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c

include/sys/kmem.h

index 89367c0691536e7ceb2e9f49a6526945d60d644f..7bdd6fe243b6b2199b6b58e0bc77dcafc1eb20e4 100644 (file)
@@ -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 */