]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/dtrace/dtrace_alloc.c
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / dev / dtrace / dtrace_alloc.c
index df0107bd3795d0bdb3186d145011a96687b75159..e43ca8ce5ac688c529459823da8711a4f0a02e66 100644 (file)
@@ -116,7 +116,7 @@ void *dtrace_alloc(vm_size_t size)
 
        /*
         * If size is too large for a zone, then use kmem_alloc.
-        * (We use kmem_alloc instead of kmem_alloc_wired so that
+        * (We use kmem_alloc instead of kmem_alloc_kobject so that
         * krealloc can use kmem_realloc.)
         */