This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More bcc32 compiler warnings to silence
[perl5.git] / win32 / vmem.h
index 712a76e..31aa07e 100644 (file)
@@ -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;