summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-05-23 02:02:11 +0530
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-05-23 02:02:11 +0530
commit28d8dd078448af0f964bbdf408374c08ccbcc84a (patch)
treec8b321eff8e4d1f4d2261cc105b886589a1aa136 /trans
parentbc0163aaa19ba102da3f73f30ca3f4cc11ba7a9d (diff)
Make comment clearer
* trans/fakeroot.c (check_openmodes): Make comment clearer about missing new openmodes.
Diffstat (limited to 'trans')
-rw-r--r--trans/fakeroot.c4
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;
}