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.