From c9cc9ab7144a5f102684d1e52f4fbacf2b8fb689 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Tue, 2 Oct 2007 09:50:49 -0700 Subject: [PATCH] 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 43d31c3..2a0808a 100644 --- a/dlls/ntdll/heap.c +++ b/dlls/ntdll/heap.c @@ -44,7 +44,7 @@ #include "wine/server.h" 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. */ -- 1.4.1