diff options
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index 0d49e271fd..2524c235df 100644 --- a/main/main.c +++ b/main/main.c @@ -81,7 +81,7 @@ PHPAPI int core_globals_id; #define NO_GLOBAL_LOCK -/* temporary workaround for thread-safety issues in libzend */ +/* temporary workaround for thread-safety issues in Zend */ #if defined(ZTS) && !defined(NO_GLOBAL_LOCK) static MUTEX_T global_lock; #define global_lock() tsrm_mutex_lock(global_lock) |
