diff options
Diffstat (limited to 'win32/vmem.h')
-rw-r--r-- | win32/vmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/vmem.h b/win32/vmem.h index 712a76edad..31aa07e3a4 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; |