uinfo.cc: Fix comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
a6a7398232
commit
5881f0c0c8
|
@ -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 ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue