mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
Fix spelling
This commit is contained in:
parent
5277c82c85
commit
0f3d6e08d1
7 changed files with 12 additions and 12 deletions
|
|
@ -80,7 +80,7 @@ int main(int narg, char **argv)
|
|||
* Here we spawn 10 threads using the OS functions. The
|
||||
* current version is for Unix and uses pthread_create.
|
||||
* Since we have included <gc.h>, pthread_create will be
|
||||
* replaced with the appropiate routine from the garbage
|
||||
* replaced with the appropriate routine from the garbage
|
||||
* collector.
|
||||
*/
|
||||
cl_object sym_print = c_string_to_object("PRINT");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue