summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2019-02-18 11:14:22 -0500
committerNikita Popov <nikita.ppv@gmail.com>2019-02-18 17:48:12 +0100
commit9249d82019c162c42d2ce8e911e19fd3cc5a726a (patch)
tree2fc07fdadc149208cc51377b1a9fddab1e552c22 /ext/reflection/php_reflection.c
parentcb4c74dfe315205662fee8ad269706ae8eacce4b (diff)
downloadphp-git-9249d82019c162c42d2ce8e911e19fd3cc5a726a.tar.gz
Fix typos in code comments [skip ci]
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 17737454be..bfbe88f49a 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -3113,7 +3113,7 @@ static void reflection_method_invoke(INTERNAL_FUNCTION_PARAMETERS, int variadic)
} ZEND_HASH_FOREACH_END();
}
- /* In case this is a static method, we should'nt pass an object_ptr
+ /* In case this is a static method, we shouldn't pass an object_ptr
* (which is used as calling context aka $this). We can thus ignore the
* first parameter.
*