Private
Public Access
2
0

types.h: add missing asterix from comment.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-07-02 17:10:59 +01:00
parent 053d9aef70
commit 2cb2122fa1

View File

@@ -69,7 +69,7 @@ typedef enum {
* scheduler to SCHED_RR. Highest * priority is typically 99 and minimum is 0.
* This function * will set to MAX if * priority is > MAX. Function will return
* -1 on failure.
*
* @param priority Value from typically 0 to 99
* @return The priority value set
*/