From 2568cc12121dadd10ed1adef1fa583cecd681241 Mon Sep 17 00:00:00 2001 From: panran Date: Wed, 26 May 2021 11:29:33 +0800 Subject: [PATCH] nuttx:Correct code comment errors N/A Signed-off-by: panran Change-Id: I9c9fa0855ae7851b7268a7ace6b5a86d5562a6b1 --- libs/libc/pthread/pthread_attr_setinheritsched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/pthread/pthread_attr_setinheritsched.c b/libs/libc/pthread/pthread_attr_setinheritsched.c index 5ae4f3494c..02ef7642cb 100644 --- a/libs/libc/pthread/pthread_attr_setinheritsched.c +++ b/libs/libc/pthread/pthread_attr_setinheritsched.c @@ -44,7 +44,7 @@ * * Input Parameters: * attr - * policy + * inheritsched * * Returned Value: * 0 if successful. Otherwise, an error code.