From dc39a75a6c828c629f6823624c8124def50b78cd Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Tue, 14 Dec 2004 21:26:53 +0000 Subject: [PATCH] fixed typo in comment svn path=/trunk/; revision=12119 --- reactos/lib/advapi32/sec/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/advapi32/sec/misc.c b/reactos/lib/advapi32/sec/misc.c index d522f035a65..c980991bd38 100644 --- a/reactos/lib/advapi32/sec/misc.c +++ b/reactos/lib/advapi32/sec/misc.c @@ -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;