From bcfc6f0c57f9d4ce4343cbb6ee0f0ab8de56c789 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 2 Oct 2020 22:14:37 +0100 Subject: Everywhere: Fix more typos --- Kernel/API/Syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/API') diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index 7be30ad81c..c322d1bbd6 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -330,7 +330,7 @@ struct SC_setkeymap_params { struct SC_create_thread_params { unsigned int m_detach_state = 0; // JOINABLE or DETACHED int m_schedule_priority = 30; // THREAD_PRIORITY_NORMAL - // FIXME: Implment guard pages in create_thread (unreadable pages at "overflow" end of stack) + // FIXME: Implement guard pages in create_thread (unreadable pages at "overflow" end of stack) // "If an implementation rounds up the value of guardsize to a multiple of {PAGESIZE}, // a call to pthread_attr_getguardsize() specifying attr shall store in the guardsize // parameter the guard size specified by the previous pthread_attr_setguardsize() function call" -- cgit v1.2.3