summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched.c')
-rw-r--r--cpukit/posix/src/sched.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/src/sched.c b/cpukit/posix/src/sched.c
index a0eb62acdd..13b8db2a71 100644
--- a/cpukit/posix/src/sched.c
+++ b/cpukit/posix/src/sched.c
@@ -46,7 +46,7 @@ int sched_getparam(
/*PAGE
*
- * 13.3.3 Set Scheduling Policy and Scheduling Parameters,
+ * 13.3.3 Set Scheduling Policy and Scheduling Parameters,
* P1003.1b-1993, p. 254
*/
@@ -86,7 +86,7 @@ int sched_get_priority_max(
case SCHED_RR:
case SCHED_SPORADIC:
break;
-
+
default:
rtems_set_errno_and_return_minus_one( EINVAL );
}
@@ -109,7 +109,7 @@ int sched_get_priority_min(
case SCHED_RR:
case SCHED_SPORADIC:
break;
-
+
default:
rtems_set_errno_and_return_minus_one( EINVAL );
}