]> granicus.if.org Git - php/commitdiff
typo
authorXinchen Hui <laruence@php.net>
Fri, 30 May 2014 06:56:50 +0000 (14:56 +0800)
committerXinchen Hui <laruence@php.net>
Fri, 30 May 2014 06:56:50 +0000 (14:56 +0800)
Zend/zend_compile.c

index e1a4da0f736e243e491955dbbd00de68f1a8665d..ea75c1503ae88f2423c26d99d020aa7611b9e706 100644 (file)
@@ -7499,7 +7499,7 @@ ZEND_API void zend_make_immutable_array(zval *zv TSRMLS_DC) /* {{{ */
        Z_TYPE_FLAGS_P(zv) = IS_TYPE_IMMUTABLE;
        Z_ARRVAL_P(zv)->u.flags &= ~HASH_FLAG_APPLY_PROTECTION;
 
-       /* store as an anounimus constant */
+       /* store as an anonymous constant */
        c = emalloc(sizeof(zend_constant));
        ZVAL_COPY_VALUE(&c->value, zv);
        c->flags = 0;