diff options
Diffstat (limited to 'trans/fakeroot.c')
-rw-r--r-- | trans/fakeroot.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |