mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-24 10:30:51 -07:00
fix a minor typo
This commit is contained in:
parent
dfb0f28ca2
commit
2b8bfc2825
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue