reactos/lib/advapi32/sec
diff -u -r1.32 -r1.33
--- misc.c 14 Dec 2004 21:25:21 -0000 1.32
+++ misc.c 14 Dec 2004 21:26:53 -0000 1.33
@@ -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 @@
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;