Commit 770d28d1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32: Fix a comment in LocalInit16().

parent 143bd931
...@@ -412,7 +412,7 @@ BOOL16 WINAPI LocalInit16( HANDLE16 selector, WORD start, WORD end ) ...@@ -412,7 +412,7 @@ BOOL16 WINAPI LocalInit16( HANDLE16 selector, WORD start, WORD end )
if (TRACE_ON(local)) if (TRACE_ON(local))
{ {
/* If TRACE_ON(heap) is set, the global heap blocks are */ /* If TRACE_ON(local) is set, the global heap blocks are */
/* cleared before use, so we can test for double initialization. */ /* cleared before use, so we can test for double initialization. */
if (LOCAL_GetHeap(selector)) if (LOCAL_GetHeap(selector))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment