From 52f8e90d7f0fbc353dbf25fdf550eb970fe32fdd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 Jul 2014 11:42:05 -0500 Subject: schedulerpriorityaffinitysmp.c: Add period at end of sentence --- cpukit/score/src/schedulerpriorityaffinitysmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3