mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
typo
This commit is contained in:
parent
4778578b56
commit
b9e485a7fd
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ static zend_function *do_inherit_method(zend_string *key, zend_function *parent,
|
|||
zend_function *orig_prototype = func->common.prototype;
|
||||
|
||||
if (UNEXPECTED(func == parent)) {
|
||||
/* The same method in interface may be inhereted few times */
|
||||
/* The same method in interface may be inherited few times */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue