(init_user_info): Fix commentary for RID usage.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Jan 2008 14:52:01 +0000 (14:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Jan 2008 14:52:01 +0000 (14:52 +0000)
src/w32.c

index 88c9c78..1febcf2 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -612,8 +612,8 @@ init_user_info ()
        }
       else
        {
-         /* Use RID, the relative portion of the SID, that is the last
-            sub-authority value of the SID. */
+         /* Use the last sub-authority value of the RID, the relative
+            portion of the SID, as user/group ID. */
          DWORD n_subauthorities =
            *get_sid_sub_authority_count (*((PSID *) user_sid));