states*.h: Fix naming inconsistency and formatting

This commit is contained in:
Joel Sherrill
2019-12-11 15:23:34 -06:00
parent 08bd7d36ce
commit 4e2e3384cd
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ extern "C" {
#endif
/**
* @defgroup RTEMSScoreStates SuperCore Thread States
* @defgroup RTEMSScoreStates Thread States
*
* @ingroup RTEMSScore
*
-1
View File
@@ -287,7 +287,6 @@ RTEMS_INLINE_ROUTINE bool _States_Is_interruptible_by_signal (
)
{
return (the_states & STATES_INTERRUPTIBLE_BY_SIGNAL);
}
/**