aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-01-26 14:52:01 +0000
committerEli Zaretskii2008-01-26 14:52:01 +0000
commitce0ee994e482b5808ee7a285fd72765a79746f4b (patch)
tree6f64fb1b4962ae262cb265d81dbe3ad2534c2037
parent19eab3c797a7986fdccadbad488d69248538c6ed (diff)
downloademacs-ce0ee994e482b5808ee7a285fd72765a79746f4b.tar.gz
emacs-ce0ee994e482b5808ee7a285fd72765a79746f4b.zip
(init_user_info): Fix commentary for RID usage.
-rw-r--r--src/w32.c4
1 files changed, 2 insertions, 2 deletions
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 ()
612 } 612 }
613 else 613 else
614 { 614 {
615 /* Use RID, the relative portion of the SID, that is the last 615 /* Use the last sub-authority value of the RID, the relative
616 sub-authority value of the SID. */ 616 portion of the SID, as user/group ID. */
617 DWORD n_subauthorities = 617 DWORD n_subauthorities =
618 *get_sid_sub_authority_count (*((PSID *) user_sid)); 618 *get_sid_sub_authority_count (*((PSID *) user_sid));
619 619