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 | 5b55bf19ff24fcc24c31efa04d3590b67059c294 (patch) | |
tree | ef59a3343cf09d6ea62ee4529399fd97b06001ed /src/file_handle_cache.erl | |
parent | 37dab5d79594a559ef32bdd0c0689ee24b0b7d60 (diff) | |
download | rabbitmq-server-5b55bf19ff24fcc24c31efa04d3590b67059c294.tar.gz |
cosmetic: remove nonsensical comment
Diffstat (limited to 'src/file_handle_cache.erl')
-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 6c3f1b5f..66114732 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 |