From aae7f1a12b1d5bfe7233ce45532dba3ce651357b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Dec 2008 05:52:32 +0000 Subject: Eliminate TRUE/FALSE. --- cpukit/score/src/coremsgseize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src/coremsgseize.c') diff --git a/cpukit/score/src/coremsgseize.c b/cpukit/score/src/coremsgseize.c index 037931b659..8f736e97ae 100644 --- a/cpukit/score/src/coremsgseize.c +++ b/cpukit/score/src/coremsgseize.c @@ -36,7 +36,7 @@ * * This kernel routine dequeues a message, copies the message buffer to * a given destination buffer, and frees the message buffer to the - * inactive message pool. The thread will be blocked if wait is TRUE, + * inactive message pool. The thread will be blocked if wait is true, * otherwise an error will be given to the thread if no messages are available. * * Input parameters: @@ -44,7 +44,7 @@ * id - id of object we are waitig on * buffer - pointer to message buffer to be filled * size_p - pointer to the size of buffer to be filled - * wait - TRUE if wait is allowed, FALSE otherwise + * wait - true if wait is allowed, false otherwise * timeout - time to wait for a message * * Output parameters: NONE -- cgit v1.2.3