X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fvmem.h;h=31aa07e3a4a172aaa1d0c794238d9c12247a7757;hb=dafda6d147bb18b3050b636ac1d31818028dd936;hp=712a76edad85fcea0a2701f38b4354ac60469e11;hpb=05ec9bb346c404c8906ed1ac374d4bce61c84f5d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/vmem.h b/win32/vmem.h index 712a76e..31aa07e 100644 --- a/win32/vmem.h +++ b/win32/vmem.h @@ -1034,7 +1034,7 @@ int VMem::HeapAdd(void* p, size_t size if(ptr == m_heaps[index].base + (int)m_heaps[index].len) { /* * The new block is contiguous with a previously allocated heap area. Add its - * length to that of the previous heap. Merge it with the the dummy end-of-heap + * length to that of the previous heap. Merge it with the dummy end-of-heap * area marker of the previous heap. */ m_heaps[index].len += size;