summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/include/rtems/score/states.h2
-rw-r--r--cpukit/include/rtems/score/statesimpl.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/states.h b/cpukit/include/rtems/score/states.h
index 6dcfaaf0e6..2aeee37be3 100644
--- a/cpukit/include/rtems/score/states.h
+++ b/cpukit/include/rtems/score/states.h
@@ -27,7 +27,7 @@ extern "C" {
#endif
/**
- * @defgroup RTEMSScoreStates SuperCore Thread States
+ * @defgroup RTEMSScoreStates Thread States
*
* @ingroup RTEMSScore
*
diff --git a/cpukit/include/rtems/score/statesimpl.h b/cpukit/include/rtems/score/statesimpl.h
index 49d43950f4..9df9ba390d 100644
--- a/cpukit/include/rtems/score/statesimpl.h
+++ b/cpukit/include/rtems/score/statesimpl.h
@@ -287,7 +287,6 @@ RTEMS_INLINE_ROUTINE bool _States_Is_interruptible_by_signal (
)
{
return (the_states & STATES_INTERRUPTIBLE_BY_SIGNAL);
-
}
/**