Skip to content

Commit e98ba52

Browse files
arnaud-lbTimWolla
andcommitted
Update ext/opcache/jit/tls/zend_jit_tls_x86_64.c
Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>
1 parent 7765c0b commit e98ba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/tls/zend_jit_tls_x86_64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ zend_result zend_jit_resolve_tsrm_ls_cache_offsets(
149149
ZEND_ASSERT((void*)addr == &_tsrm_ls_cache);
150150
# endif
151151

152-
zend_accel_error(ACCEL_LOG_DEBUG, "dynamic tls module idx %zu offset %zu (infered from code)\n",
152+
zend_accel_error(ACCEL_LOG_DEBUG, "dynamic tls module idx %zu offset %zu (inferred from code)\n",
153153
(size_t)tlsdesc->index, (size_t)tlsdesc->offset);
154154

155155
return SUCCESS;

0 commit comments

Comments
 (0)