Skip to content

Commit ef364d5

Browse files
committed
Comment nit
1 parent 480e8cb commit ef364d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6284,7 +6284,7 @@ static zend_type zend_compile_typename(
62846284
memcpy(list, type_list, ZEND_TYPE_LIST_SIZE(type_list->num_types));
62856285
ZEND_TYPE_SET_LIST(type, list);
62866286
ZEND_TYPE_FULL_MASK(type) |= _ZEND_TYPE_ARENA_BIT;
6287-
/* Inform that the type list contains a union type */
6287+
/* Inform that the type list is a union type */
62886288
ZEND_TYPE_FULL_MASK(type) |= _ZEND_TYPE_UNION_BIT;
62896289
}
62906290

0 commit comments

Comments
 (0)