diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-01-10 07:26:40 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-01-10 07:26:40 +0000 |
| commit | 68e7bdb6e79effb12a5ac1a987ca0c0738c69ba5 (patch) | |
| tree | ef59a3343cf09d6ea62ee4529399fd97b06001ed | |
| parent | 5a8226b644e71770e049517e7ecd143eabe8afae (diff) | |
| download | rabbitmq-server-git-68e7bdb6e79effb12a5ac1a987ca0c0738c69ba5.tar.gz | |
cosmetic: remove nonsensical comment
| -rw-r--r-- | src/file_handle_cache.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/file_handle_cache.erl b/src/file_handle_cache.erl index 6c3f1b5f50..66114732db 100644 --- a/src/file_handle_cache.erl +++ b/src/file_handle_cache.erl @@ -125,8 +125,7 @@ %% requesting process is considered to 'own' one more %% descriptor. release/0 is the inverse operation and releases a %% previously obtained descriptor. transfer/1 transfers ownership of a -%% file descriptor between processes. It is non-blocking. Obtain is -%% used to obtain permission to accept file descriptors. Obtain has a +%% file descriptor between processes. It is non-blocking. Obtain has a %% lower limit, set by the ?OBTAIN_LIMIT/1 macro. File handles can use %% the entire limit, but will be evicted by obtain calls up to the %% point at which no more obtain calls can be satisfied by the obtains |
