From 6390256611ad02b777017640de6e8a1e9242d861 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Dec 2008 09:22:17 +0000 Subject: Eliminate TRUE/FALSE. --- cpukit/score/inline/rtems/score/mppkt.inl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/score/inline/rtems/score/mppkt.inl') diff --git a/cpukit/score/inline/rtems/score/mppkt.inl b/cpukit/score/inline/rtems/score/mppkt.inl index 26fb98618f..593e8eebb1 100644 --- a/cpukit/score/inline/rtems/score/mppkt.inl +++ b/cpukit/score/inline/rtems/score/mppkt.inl @@ -29,8 +29,8 @@ */ /** - * This function returns TRUE if the the_packet_class is valid, - * and FALSE otherwise. + * This function returns true if the the_packet_class is valid, + * and false otherwise. * * @note Check for lower bounds (MP_PACKET_CLASSES_FIRST ) is unnecessary * because this enum starts at lower bound of zero. @@ -44,8 +44,8 @@ RTEMS_INLINE_ROUTINE bool _Mp_packet_Is_valid_packet_class ( } /** - * This function returns TRUE if the the_packet_class is null, - * and FALSE otherwise. + * This function returns true if the the_packet_class is null, + * and false otherwise. */ RTEMS_INLINE_ROUTINE bool _Mp_packet_Is_null ( -- cgit v1.2.3