Merge branch 'develop' into 'develop'

cosmetic: fix a minor typo

See merge request !10
This commit is contained in:
Daniel Kochmański 2015-09-07 14:42:13 +00:00
commit 044531c908

View file

@ -83,7 +83,7 @@ ecl_set_process_env(cl_env_ptr env)
TlsSetValue(cl_env_key, env);
# else
if (pthread_setspecific(cl_env_key, env))
FElibc_error("pthread_setcspecific() failed.", 0);
FElibc_error("pthread_setspecific() failed.", 0);
# endif
#endif
}