From 3170aba5bc117e90008b15c246c654b4490c81a3 Mon Sep 17 00:00:00 2001 From: sunghan Date: Thu, 30 Mar 2017 21:36:01 +0900 Subject: [PATCH] fix typo on pthread --- os/include/pthread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/include/pthread.h b/os/include/pthread.h index 2c7a143..86cd666 100644 --- a/os/include/pthread.h +++ b/os/include/pthread.h @@ -165,8 +165,8 @@ /* Definitions to map some non-standard, BSD thread management interfaces to * the non-standard Linux-like prctl() interface. Since these are simple - * mappings to prctl, they will return 0 on sucess and -1 on failure with the - * err number in errno. This is an inconsistency with out pthread interfaces. + * mappings to prctl, they will return 0 on success and -1 on failure with the + * err number in errno. This is an inconsistency with the pthread interfaces. */ /** -- 2.7.4