mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
Fixed typo!
svn path=/trunk/; revision=2999
This commit is contained in:
parent
0fae9a2eac
commit
a7a6f4a353
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: semgr.c,v 1.19 2002/06/04 13:44:06 ekohl Exp $
|
/* $Id: semgr.c,v 1.20 2002/06/04 14:14:07 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -58,7 +58,7 @@ SeInit1(VOID)
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
SeInit2(VOID)
|
SeInit2(VOID)
|
||||||
{
|
{
|
||||||
SeInitializeTokenImplementation();
|
SepInitializeTokenImplementation();
|
||||||
|
|
||||||
return(TRUE);
|
return(TRUE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue