From aebc7aa5077c2321832e7c8d51dd752b23f69598 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Nov 1999 16:23:29 +0000 Subject: Corrected lines that were too long. --- doc/itron3.0/semaphore.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/itron3.0/semaphore.t') diff --git a/doc/itron3.0/semaphore.t b/doc/itron3.0/semaphore.t index 9511fff655..9135ae5335 100644 --- a/doc/itron3.0/semaphore.t +++ b/doc/itron3.0/semaphore.t @@ -60,7 +60,7 @@ typedef struct t_csem @{ /* Following is the extended function for [level X]. */ INT isemcnt; /* initial semaphore count */ INT maxsem; /* maximum semaphore count */ - /* additional information may be included depending on the implementation */ + /* additional implementation dependent information may be included */ @} T_CSEM; /* @@ -126,9 +126,9 @@ is defined as follows: typedef struct t_rsem @{ VP exinf; /* extended information */ - BOOL_ID wtsk; /* indicates whether or not there is a waiting task */ + BOOL_ID wtsk; /* indicates whether there is a waiting task */ INT semcnt; /* current semaphore count */ - /* additional information may be included depending on the implementation */ + /* additional implementation dependent information may be included */ @} T_RSEM; @end group @end example -- cgit v1.2.3