correct comment spelling: array to long

pull/4/head
yuqing 2015-01-22 11:15:00 +08:00
parent 83d45dde99
commit 432bc613cf
1 changed files with 2 additions and 2 deletions

View File

@ -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)