summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/intr.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 05:06:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 05:06:37 +0000
commit997bc7f4153569ac282ffc035f1c8a4e54d0e08a (patch)
treeac7e225eed2d2c298b590ef824020b2c7d4a2620 /cpukit/rtems/include/rtems/rtems/intr.h
parent2008-12-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-997bc7f4153569ac282ffc035f1c8a4e54d0e08a.tar.bz2
Eliminate TRUE/FALSE.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/intr.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/intr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/intr.h b/cpukit/rtems/include/rtems/rtems/intr.h
index ec4c1fcdd8..f1bb485db2 100644
--- a/cpukit/rtems/include/rtems/rtems/intr.h
+++ b/cpukit/rtems/include/rtems/rtems/intr.h
@@ -98,10 +98,10 @@ rtems_status_code rtems_interrupt_catch(
_ISR_Flash(_isr_cookie)
/**
- * @brief Returns TRUE if the processor is currently servicing an interrupt
- * and FALSE otherwise.
+ * @brief Returns true if the processor is currently servicing an interrupt
+ * and false otherwise.
*
- * A return value of TRUE indicates that the caller is an interrupt service
+ * A return value of true indicates that the caller is an interrupt service
* routine and @b not a thread. The directives available to an interrupt
* service routine are restricted.
*/