Juan Lang : ntdll: Fix a typo.
Module: wine Branch: master Commit: dc7ee864b5033c01760cb3928a258f9587b3deac URL: http://source.winehq.org/git/wine.git/?a=commit;h=dc7ee864b5033c01760cb3928a... Author: Juan Lang <juan.lang(a)gmail.com> Date: Tue Oct 2 09:50:49 2007 -0700 ntdll: Fix a typo. --- dlls/ntdll/heap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ntdll/heap.c b/dlls/ntdll/heap.c index 440939d..e6ba48c 100644 --- a/dlls/ntdll/heap.c +++ b/dlls/ntdll/heap.c @@ -44,7 +44,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(heap); -/* Note: the heap data structures are losely based on what Pietrek describes in his +/* Note: the heap data structures are loosely based on what Pietrek describes in his * book 'Windows 95 System Programming Secrets', with some adaptations for * better compatibility with NT. */
participants (1)
-
Alexandre Julliard