diff options
Diffstat (limited to 'libgo/runtime/go-rec-small.c')
-rw-r--r-- | libgo/runtime/go-rec-small.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgo/runtime/go-rec-small.c b/libgo/runtime/go-rec-small.c index 87aed3c..ee85cde 100644 --- a/libgo/runtime/go-rec-small.c +++ b/libgo/runtime/go-rec-small.c @@ -96,7 +96,8 @@ __go_broadcast_to_select (struct __go_channel *channel) } /* Prepare to receive something on a channel. Return true if the - channel is acquired, false if it is closed. */ + channel is acquired (which implies that there is data available), + false if it is closed. */ _Bool __go_receive_acquire (struct __go_channel *channel, _Bool for_select) |