summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-07-03 12:18:18 +1000
committerChris Johns <chrisj@rtems.org>2019-07-06 17:14:22 +1000
commitc4d89deaa66f9878ea5499cae7210d5815afc4fe (patch)
tree120a58cad15a0fbf51572d1b7f14a9d35d811cfe
parentbsps: Regenerate headers.am (diff)
downloadrtems-c4d89deaa66f9878ea5499cae7210d5815afc4fe.tar.bz2
score/interr: Fix comments.
-rw-r--r--cpukit/include/rtems/score/interr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/interr.h b/cpukit/include/rtems/score/interr.h
index 2348532951..73b3b077e3 100644
--- a/cpukit/include/rtems/score/interr.h
+++ b/cpukit/include/rtems/score/interr.h
@@ -152,8 +152,8 @@ typedef enum {
* @brief A list of errors which are generated internally by the executive
* core.
*
- * Do not re-use numbers of obsolete error codes. Uncomment no longer used
- * error codes.
+ * Do not re-use numbers of obsolete error codes. Comment no longer used
+ * error codes and do not uncomment commented or obsolete error codes.
*/
typedef enum {
/* INTERNAL_ERROR_NO_CONFIGURATION_TABLE = 0, */