From 0fa35a9ba4751d88b0ca96c5d840f5099ab3b03c Mon Sep 17 00:00:00 2001 From: "jc_.kim" Date: Fri, 30 Jun 2017 13:19:33 +0900 Subject: [PATCH] Fix the typo in pthread_setcanceltype, task_setcanceltype --- lib/libc/pthread/pthread_setcanceltype.c | 2 +- os/kernel/task/task_setcanceltype.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/pthread/pthread_setcanceltype.c b/lib/libc/pthread/pthread_setcanceltype.c index 87514d3..2e86310 100644 --- a/lib/libc/pthread/pthread_setcanceltype.c +++ b/lib/libc/pthread/pthread_setcanceltype.c @@ -78,7 +78,7 @@ ****************************************************************************/ /**************************************************************************** - * Name: pthread_setcancelstate + * Name: pthread_setcanceltype * * Description: * The pthread_setcanceltype() function atomically both sets the calling diff --git a/os/kernel/task/task_setcanceltype.c b/os/kernel/task/task_setcanceltype.c index 3e7e90e..183bab3 100644 --- a/os/kernel/task/task_setcanceltype.c +++ b/os/kernel/task/task_setcanceltype.c @@ -69,7 +69,7 @@ ****************************************************************************/ /**************************************************************************** - * Name: task_setcancelstate + * Name: task_setcanceltype * * Description: * The task_setcanceltype() function atomically both sets the calling -- 2.7.4