X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-sunos-os.c;h=46ae0873db49e92407bccb8e20d63620b5af3ce3;hb=f2db6743b1fadeea9e72cb583d857851c87efcd4;hp=4e3f85668159df58337dbf6797084a40de4dfae0;hpb=8bea80bd6b4daca547ceb46f54ebed14cc8e7d93;p=sbcl.git diff --git a/src/runtime/x86-sunos-os.c b/src/runtime/x86-sunos-os.c index 4e3f856..46ae087 100644 --- a/src/runtime/x86-sunos-os.c +++ b/src/runtime/x86-sunos-os.c @@ -121,8 +121,8 @@ int arch_os_thread_cleanup(struct thread *thread) { int n = thread->tls_cookie; struct ssd delete = { n, 0, 0, 0, 0}; - /* Set the %%fs register back to 0 and free the the ldt - * by setting it to NULL. + /* Set the %%fs register back to 0 and free the ldt by setting it + * to NULL. */ FSHOW_SIGNAL((stderr, "/ TLS: Freeing LDT %x\n", n));