1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2016-01-27 23:45:12 +01:00
parent e1a44259c4
commit 6181cf01e8

View file

@ -202,7 +202,7 @@ int init_tls(void)
// set fs register to the TLS segment
set_tls((size_t) tls_addr);
kprintf("Task %d set fs to 0x%zx\n", curr_task->id, tls_addr);
kprintf("Task %d set fs to 0x%zx (TLS)\n", curr_task->id, tls_addr);
} else set_tls(0); // no TLS => clear fs register
return 0;