Update thread_get_priority description comment to be more specific w/ S

This commit is contained in:
Themis Demetriades
2024-10-22 20:41:44 +01:00
parent fc1691f994
commit 6983ccdd3b

View File

@@ -406,7 +406,7 @@ thread_set_priority (int new_base_priority)
thread_yield ();
}
/* Returns the current thread's priority. */
/* Returns the current thread's effective priority. */
int
thread_get_priority (void)
{