[rtems commit] score: Fix typo

Sebastian Huber sebh at rtems.org
Wed Jul 12 08:57:18 UTC 2017


Module:    rtems
Branch:    master
Commit:    e2623038f0515421823d08dcf8622235d44346d2
Changeset: http://git.rtems.org/rtems/commit/?id=e2623038f0515421823d08dcf8622235d44346d2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jul 12 10:44:57 2017 +0200

score: Fix typo

Update #3059.

---

 cpukit/score/include/rtems/score/smpimpl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/include/rtems/score/smpimpl.h b/cpukit/score/include/rtems/score/smpimpl.h
index 950f83a..48e6a12 100644
--- a/cpukit/score/include/rtems/score/smpimpl.h
+++ b/cpukit/score/include/rtems/score/smpimpl.h
@@ -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
 }
 



More information about the vc mailing list