From 28d8dd078448af0f964bbdf408374c08ccbcc84a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 23 May 2015 02:02:11 +0530 Subject: Make comment clearer * trans/fakeroot.c (check_openmodes): Make comment clearer about missing new openmodes. --- trans/fakeroot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trans/fakeroot.c') diff --git a/trans/fakeroot.c b/trans/fakeroot.c index 99b6723a..51be60cd 100644 --- a/trans/fakeroot.c +++ b/trans/fakeroot.c @@ -214,8 +214,8 @@ check_openmodes (struct netnode *nn, int newmodes, file_t file) if (file != MACH_PORT_NULL && (nn->openmodes & ~newmodes)) { - /* Intersecting sets. - We need yet another new peropen on this node. */ + /* Intersecting sets with no inclusion. `file' doesn't fit either, + we need yet another new peropen on this node. */ mach_port_deallocate (mach_task_self (), file); file = MACH_PORT_NULL; } -- cgit v1.2.3