]> granicus.if.org Git - php/commitdiff
s/pinter/pointer/
authorAntony Dovgal <tony2001@php.net>
Wed, 30 Aug 2006 22:29:24 +0000 (22:29 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 30 Aug 2006 22:29:24 +0000 (22:29 +0000)
Zend/zend_alloc.c

index 6e709edda601e6d4c7825c45ea10d0691125d973..a5f45462cc64aceedcc7394485e870a94dc4e09f 100644 (file)
@@ -793,7 +793,7 @@ static int zend_mm_check_ptr(zend_mm_heap *heap, void *ptr, int silent ZEND_FILE
 #ifdef ZTS
        if (ZEND_MM_BAD_THREAD_ID(p)) {
                if (!silent) {
-                       zend_debug_alloc_output("Invalid pinter: ((thread_id=0x%0.8X) != (expected=0x%0.8X))\n", (long)p->thread_id, (long)tsrm_thread_id());
+                       zend_debug_alloc_output("Invalid pointer: ((thread_id=0x%0.8X) != (expected=0x%0.8X))\n", (long)p->thread_id, (long)tsrm_thread_id());
                        had_problems = 1;
                } else {
                        return zend_mm_check_ptr(heap, ptr, 0 ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);