From: Johannes Schlüter Date: Tue, 23 Jul 2013 10:41:24 +0000 (+0200) Subject: Fix comment X-Git-Tag: php-5.5.2RC1~11^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=063e10b275159dc9d50228f451f94d6990a41f6d;p=php Fix comment --- diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h index bf3577124d..69732cd597 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -28,7 +28,7 @@ #define HASH_KEY_IS_STRING 1 #define HASH_KEY_IS_LONG 2 #define HASH_KEY_NON_EXISTENT 3 -#define HASH_KEY_NON_EXISTANT HASH_KEY_NON_EXISTENT // Keeping old define (with typo) for backward compatibility +#define HASH_KEY_NON_EXISTANT HASH_KEY_NON_EXISTENT /* Keeping old define (with typo) for backward compatibility */ #define HASH_UPDATE (1<<0) #define HASH_ADD (1<<1)