Skip to content

Commit 4f0848d

Browse files
committed
Comment nit
1 parent a3b03a0 commit 4f0848d

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
@@ -6288,7 +6288,7 @@ static zend_type zend_compile_typename(
62886288
memcpy(list, type_list, ZEND_TYPE_LIST_SIZE(type_list->num_types));
62896289
ZEND_TYPE_SET_LIST(type, list);
62906290
ZEND_TYPE_FULL_MASK(type) |= _ZEND_TYPE_ARENA_BIT;
6291-
/* Inform that the type list contains a union type */
6291+
/* Inform that the type list is a union type */
62926292
ZEND_TYPE_FULL_MASK(type) |= _ZEND_TYPE_UNION_BIT;
62936293
}
62946294

0 commit comments

Comments
 (0)