From 432bc613cf3b02e7bf5dd17d1c330530420cf510 Mon Sep 17 00:00:00 2001 From: yuqing Date: Thu, 22 Jan 2015 11:15:00 +0800 Subject: [PATCH] correct comment spelling: array to long --- php-fastcommon/fastcommon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-fastcommon/fastcommon.c b/php-fastcommon/fastcommon.c index c756668..b21616a 100644 --- a/php-fastcommon/fastcommon.c +++ b/php-fastcommon/fastcommon.c @@ -181,7 +181,7 @@ ZEND_FUNCTION(fastcommon_gethostaddrs) } /* -array fastcommon_time33_hash(string str) +long fastcommon_time33_hash(string str) return unsigned hash code */ ZEND_FUNCTION(fastcommon_time33_hash) @@ -211,7 +211,7 @@ ZEND_FUNCTION(fastcommon_time33_hash) } /* -array fastcommon_simple_hash(string str) +long fastcommon_simple_hash(string str) return unsigned hash code */ ZEND_FUNCTION(fastcommon_simple_hash)