From: Marcus Boerger Date: Thu, 21 Dec 2006 23:19:48 +0000 (+0000) Subject: - No misleading comments X-Git-Tag: RELEASE_1_0_0RC1~561 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dd85147c4a7b37501f5f66575a0a62968280808;p=php - No misleading comments --- diff --git a/ext/standard/var.c b/ext/standard/var.c index 758b9005fd..393b3e90fc 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -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 {