Module: wine Branch: master Commit: 770d28d1809cae71d349cf55e4dd5521178af842 URL: http://source.winehq.org/git/wine.git/?a=commit;h=770d28d1809cae71d349cf55e4... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun Dec 28 10:36:37 2008 +0100 kernel32: Fix a comment in LocalInit16(). --- dlls/kernel32/local16.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/kernel32/local16.c b/dlls/kernel32/local16.c index 48bc6c3..a5b2fc7 100644 --- a/dlls/kernel32/local16.c +++ b/dlls/kernel32/local16.c @@ -412,7 +412,7 @@ BOOL16 WINAPI LocalInit16( HANDLE16 selector, WORD start, WORD end ) 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. */ if (LOCAL_GetHeap(selector)) {