Skip to content

Commit 3190282

Browse files
committed
Fix typos in comments
1 parent 3516a9c commit 3190282

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ext/fileinfo/tests/cve-2014-3538-mb.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #66731: file: extensive backtraking
2+
Bug #66731: file: extensive backtracking
33
--SKIPIF--
44
<?php
55
if (!class_exists('finfo'))

ext/fileinfo/tests/cve-2014-3538-nojit.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #66731: file: extensive backtraking, with pcre.jit=0
2+
Bug #66731: file: extensive backtracking, with pcre.jit=0
33
--SKIPIF--
44
<?php
55
if (defined("PHP_DEBUG") && PHP_DEBUG)

ext/opcache/jit/zend_jit_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ typedef enum _zend_jit_trace_stop {
207207
#define ZEND_JIT_EXIT_BLACKLISTED (1<<1)
208208
#define ZEND_JIT_EXIT_TO_VM (1<<2) /* exit to VM without attempt to create a side trace */
209209
#define ZEND_JIT_EXIT_RESTORE_CALL (1<<3) /* deoptimizer should restore EX(call) chain */
210-
#define ZEND_JIT_EXIT_POLYMORPHISM (1<<4) /* exit becaus of polymorphic call */
210+
#define ZEND_JIT_EXIT_POLYMORPHISM (1<<4) /* exit because of polymorphic call */
211211

212212
typedef union _zend_op_trace_info {
213213
zend_op dummy; /* the size of this structure must be the same as zend_op */

ext/spl/spl_directory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,7 @@ PHP_METHOD(SplFileObject, valid)
22592259
} /* }}} */
22602260

22612261
/* {{{ proto string SplFileObject::fgets()
2262-
Rturn next line from file */
2262+
Return next line from file */
22632263
PHP_METHOD(SplFileObject, fgets)
22642264
{
22652265
spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(ZEND_THIS);

0 commit comments

Comments
 (0)