summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-07-08 11:42:05 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-07-08 11:42:57 -0500
commit52f8e90d7f0fbc353dbf25fdf550eb970fe32fdd (patch)
tree030ee67e08f925ee4519ca59c31a2cae1930aa02
parentscore: Need for help indicator for scheduler ops (diff)
downloadrtems-52f8e90d7f0fbc353dbf25fdf550eb970fe32fdd.tar.bz2
schedulerpriorityaffinitysmp.c: Add period at end of sentence
-rw-r--r--cpukit/score/src/schedulerpriorityaffinitysmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/schedulerpriorityaffinitysmp.c b/cpukit/score/src/schedulerpriorityaffinitysmp.c
index 14a022e5d7..24fae3cfee 100644
--- a/cpukit/score/src/schedulerpriorityaffinitysmp.c
+++ b/cpukit/score/src/schedulerpriorityaffinitysmp.c
@@ -107,7 +107,7 @@ void _Scheduler_priority_affinity_SMP_Node_initialize(
* This method is slightly different from
* _Scheduler_SMP_Allocate_processor_lazy() in that it does what it is asked to
* do. _Scheduler_SMP_Allocate_processor_lazy() attempts to prevent migrations
- * but does not take into account affinity
+ * but does not take into account affinity.
*/
static inline void _Scheduler_SMP_Allocate_processor_exact(
Scheduler_Context *context,