Skip to content

Commit 4e9b4fa

Browse files
committed
fix comment
1 parent 5d3e48f commit 4e9b4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ static zend_always_inline zend_string *zend_string_truncate(zend_string *s, size
332332
return ret;
333333
}
334334

335-
/* These functions have noinline variants */
335+
/* These functions have noinline variants {{{ */
336336
static zend_always_inline void zend_string_free(zend_string *s)
337337
{
338338
if (!ZSTR_IS_INTERNED(s)) {

0 commit comments

Comments
 (0)