From c37549f7cd4d666423ddcd2b862552be8f32d74d Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Sun, 10 Nov 2002 13:34:42 +0000 Subject: [PATCH] added trivial comment reference consistancy with DDK prototype. svn path=/trunk/; revision=3721 --- reactos/include/ddk/rtl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/include/ddk/rtl.h b/reactos/include/ddk/rtl.h index be07de5bb21..b010a6f86ad 100644 --- a/reactos/include/ddk/rtl.h +++ b/reactos/include/ddk/rtl.h @@ -1,4 +1,4 @@ -/* $Id: rtl.h,v 1.68 2002/09/17 23:41:43 dwelch Exp $ +/* $Id: rtl.h,v 1.69 2002/11/10 13:34:42 robd Exp $ * */ @@ -696,8 +696,8 @@ STDCALL RtlCreateHeap ( ULONG Flags, PVOID BaseAddress, - ULONG SizeToReserve, - ULONG SizeToCommit, + ULONG SizeToReserve, // dwMaximumSize + ULONG SizeToCommit, // dwInitialSize PVOID Unknown, PRTL_HEAP_DEFINITION Definition );