fixed typo in comment

svn path=/trunk/; revision=12119
This commit is contained in:
Thomas Bluemel 2004-12-14 21:26:53 +00:00
parent 2c84739e31
commit dc39a75a6c

View file

@ -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;