From: Eli Zaretskii Date: Sat, 26 Jan 2008 14:52:01 +0000 (+0000) Subject: (init_user_info): Fix commentary for RID usage. X-Git-Tag: emacs-pretest-23.0.90~8393 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce0ee994e482b5808ee7a285fd72765a79746f4b;p=emacs.git (init_user_info): Fix commentary for RID usage. --- 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));