score: Fix typo

Update #3059.
This commit is contained in:
Sebastian Huber
2017-07-12 10:44:57 +02:00
parent f6115d7cd2
commit e2623038f0
+1 -1
View File
@@ -340,7 +340,7 @@ RTEMS_INLINE_ROUTINE const Processor_mask *_SMP_Get_online_processors( void )
#if defined(RTEMS_SMP)
return &_SMP_Online_processors;
#else
return &_Processor_mask_The_one_and_only.
return &_Processor_mask_The_one_and_only;
#endif
}