]> granicus.if.org Git - php/commitdiff
- Improve wording
authorZeev Suraski <zeev@php.net>
Wed, 4 Feb 2004 11:47:54 +0000 (11:47 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 4 Feb 2004 11:47:54 +0000 (11:47 +0000)
Zend/zend_execute.c

index 87d6e4a3516d656782b429fb9524087cbf523a5f..7ac7a1910ce200cf3ed02839823f23d1a634b321 100644 (file)
@@ -426,7 +426,7 @@ static inline void zend_assign_to_object(znode *result, zval **object_ptr, znode
        FREE_OP(Ts, op2, EG(free_op2));
        if (result) {
                T(result->u.var).var.ptr = value;
-               T(result->u.var).var.ptr_ptr = NULL; /* see if we can nuke this */
+               T(result->u.var).var.ptr_ptr = NULL; /* see if we can remove this */
                SELECTIVE_PZVAL_LOCK(value, result);
        }
 }