diff --git a/src/w32.c b/src/w32.c index 88c9c78316d..1febcf2c4f4 100644 --- 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));