From: Robert Dickenson Date: Sun, 10 Nov 2002 13:34:42 +0000 (+0000) Subject: added trivial comment reference consistancy with DDK prototype. X-Git-Tag: ReactOS-0.1.0~366 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=c37549f7cd4d666423ddcd2b862552be8f32d74d added trivial comment reference consistancy with DDK prototype. svn path=/trunk/; revision=3721 --- 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 );