]> granicus.if.org Git - php/commitdiff
Fix comment
authorJohannes Schlüter <johannes@php.net>
Tue, 23 Jul 2013 10:41:24 +0000 (12:41 +0200)
committerJohannes Schlüter <johannes@php.net>
Tue, 23 Jul 2013 10:41:24 +0000 (12:41 +0200)
Zend/zend_hash.h

index bf3577124d7e3fe8d62c76b373e00396a430dff4..69732cd597531c1bf1a61d0a74cb6ca36f540ebb 100644 (file)
@@ -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)