From 9f70b2f6fa2d5e2679892d9a845d785096e8ff43 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Fri, 30 May 2014 14:56:50 +0800 Subject: [PATCH] typo --- Zend/zend_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index e1a4da0f73..ea75c1503a 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -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; -- 2.50.1