From c22afb0a90ee5f1a884441488c72bc5bab5e031e Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Thu, 25 Jul 2024 19:42:18 +0700 Subject: [PATCH] Update mach_private.h Correct the comment for DISPATCH_MACH_MSG_DESTRUCTOR_VM_DEALLOCATE --- private/mach_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/mach_private.h b/private/mach_private.h index e311aee16..d6b96c740 100644 --- a/private/mach_private.h +++ b/private/mach_private.h @@ -189,7 +189,7 @@ DISPATCH_DECL(dispatch_mach_msg); * @const DISPATCH_MACH_MSG_DESTRUCTOR_FREE * Message buffer will be deallocated with free(3). * - * @const DISPATCH_MACH_MSG_DESTRUCTOR_FREE + * @const DISPATCH_MACH_MSG_DESTRUCTOR_VM_DEALLOCATE * Message buffer will be deallocated with vm_deallocate. */ DISPATCH_ENUM(dispatch_mach_msg_destructor, unsigned int,