commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 18/20: Make comment clearer


From: Samuel Thibault
Subject: [hurd] 18/20: Make comment clearer
Date: Sat, 23 May 2015 05:09:42 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 28d8dd078448af0f964bbdf408374c08ccbcc84a
Author: Samuel Thibault <address@hidden>
Date:   Sat May 23 02:02:11 2015 +0530

    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(-)

diff --git a/trans/fakeroot.c b/trans/fakeroot.c
index 99b6723..51be60c 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;
        }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]