[rtems commit] score/interr: Fix comments.

Chris Johns chrisj at rtems.org
Sat Jul 6 07:17:06 UTC 2019


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Jul  3 12:18:18 2019 +1000

score/interr: Fix comments.

---

 cpukit/include/rtems/score/interr.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/include/rtems/score/interr.h b/cpukit/include/rtems/score/interr.h
index 2348532..73b3b07 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, */




More information about the vc mailing list