]> granicus.if.org Git - php/commitdiff
- No misleading comments
authorMarcus Boerger <helly@php.net>
Thu, 21 Dec 2006 23:19:48 +0000 (23:19 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 21 Dec 2006 23:19:48 +0000 (23:19 +0000)
ext/standard/var.c

index 758b9005fd330bbbd13cd14be68e62c154927a6d..393b3e90fcd2ec12e67df70ffbe4e68d6feb810c 100644 (file)
@@ -990,7 +990,7 @@ static void php_var_serialize_intern(smart_str *buf, zval *struc, HashTable *var
                                        
                                                smart_str_append_long(buf, serialized_length);
                                                smart_str_appendl(buf, ":{", 2);
-                                               /* we need non binary or ascii at least not unicode */
+                                               /* we need binary or ascii at least not unicode */
                                                smart_str_appendl(buf, serialized_data, serialized_length);
                                                smart_str_appendc(buf, '}'); 
                                        } else {