fix typo on pthread
authorsunghan <sh924.chang@samsung.com>
Thu, 30 Mar 2017 12:36:01 +0000 (21:36 +0900)
committersunghan <sh924.chang@samsung.com>
Thu, 30 Mar 2017 12:36:01 +0000 (21:36 +0900)
os/include/pthread.h

index 2c7a143..86cd666 100644 (file)
 
 /* 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.
  */
 
 /**