uinfo.cc: Fix comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-06-15 18:04:00 +02:00
parent a6a7398232
commit 5881f0c0c8
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ details. */
#include "cygserver_pwdgrp.h" #include "cygserver_pwdgrp.h"
/* Initialize the part of cygheap_user that does not depend on files. /* Initialize the part of cygheap_user that does not depend on files.
The information is used in shared.cc for the user shared. The information is used in shared.cc to create the shared user_info
Final initialization occurs in uinfo_init */ region. Final initialization occurs in uinfo_init */
void void
cygheap_user::init () cygheap_user::init ()
{ {