mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -58,7 +58,7 @@ SeInit1(VOID)
|
|||
BOOLEAN
|
||||
SeInit2(VOID)
|
||||
{
|
||||
SeInitializeTokenImplementation();
|
||||
SepInitializeTokenImplementation();
|
||||
|
||||
return(TRUE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue