Skip to content

Commit 85369ba

Browse files
authored
Merge pull request #836 from lamtrinhdev/Correct_comment_at_mach_private.h
Correct the comment DISPATCH_MACH_MSG_DESTRUCTOR_VM_DEALLOCATE at mach_private.h
2 parents 542b7f3 + c22afb0 commit 85369ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/mach_private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ DISPATCH_DECL(dispatch_mach_msg);
189189
* @const DISPATCH_MACH_MSG_DESTRUCTOR_FREE
190190
* Message buffer will be deallocated with free(3).
191191
*
192-
* @const DISPATCH_MACH_MSG_DESTRUCTOR_FREE
192+
* @const DISPATCH_MACH_MSG_DESTRUCTOR_VM_DEALLOCATE
193193
* Message buffer will be deallocated with vm_deallocate.
194194
*/
195195
DISPATCH_ENUM(dispatch_mach_msg_destructor, unsigned int,

0 commit comments

Comments
 (0)