Skip to content

Commit d8a3d9f

Browse files
committed
typo
1 parent b109c76 commit d8a3d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/spl_iterators.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,7 @@ PHP_FUNCTION(iterator_to_array)
30273027
} /* }}} */
30283028

30293029
typedef struct {
3030-
/* To distinguish betwseen arrays and iterator objects we use the fact that UINT32_MAX
3030+
/* To distinguish between arrays and iterator objects we use the fact that UINT32_MAX
30313031
* is not a possible array hash position index. */
30323032
HashPosition hash_position_or_tag;
30333033
union {

0 commit comments

Comments
 (0)