mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fixed typo in comment
svn path=/trunk/; revision=12119
This commit is contained in:
parent
2c84739e31
commit
dc39a75a6c
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: misc.c,v 1.32 2004/12/14 21:25:21 weiden Exp $
|
||||
/* $Id: misc.c,v 1.33 2004/12/14 21:26:53 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -647,7 +647,7 @@ LookupAccountSidA (LPCSTR lpSystemName,
|
|||
BOOL Ret;
|
||||
|
||||
/*
|
||||
* save the buffer size the caller passed to use as they may get modified and
|
||||
* save the buffer size the caller passed to us, as they may get modified and
|
||||
* we require the original values when converting back to ansi
|
||||
*/
|
||||
szName = *cchName;
|
||||
|
|
Loading…
Reference in a new issue