We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 542b7f3 + c22afb0 commit 85369baCopy full SHA for 85369ba
private/mach_private.h
@@ -189,7 +189,7 @@ DISPATCH_DECL(dispatch_mach_msg);
189
* @const DISPATCH_MACH_MSG_DESTRUCTOR_FREE
190
* Message buffer will be deallocated with free(3).
191
*
192
- * @const DISPATCH_MACH_MSG_DESTRUCTOR_FREE
+ * @const DISPATCH_MACH_MSG_DESTRUCTOR_VM_DEALLOCATE
193
* Message buffer will be deallocated with vm_deallocate.
194
*/
195
DISPATCH_ENUM(dispatch_mach_msg_destructor, unsigned int,
0 commit comments