summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-09-09 13:13:38 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-09-09 13:13:38 +0100
commit775cd50b4b1e266c434c3e9f90b7a98de3f71f5e (patch)
treebb0bc52a528383c0bd1c315bf5d2bbdb145d49c3
parent97aca5cc433da2d2c9db094e07501a8ed0673af0 (diff)
downloadrabbitmq-server-bug23137.tar.gz
-rw-r--r--src/file_handle_cache.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/file_handle_cache.erl b/src/file_handle_cache.erl
index 565e35d6..d2830a25 100644
--- a/src/file_handle_cache.erl
+++ b/src/file_handle_cache.erl
@@ -62,9 +62,9 @@
%% 5) You can find out what the offset was when you last sync'd.
%%
%% There is also a server component which serves to limit the number
-%% of open file handles. This is a hard limit: the server component
-%% will ensure that clients do not have more file descriptors open
-%% than it's configured to allow.
+%% of open file descriptors. This is a hard limit: the server
+%% component will ensure that clients do not have more file
+%% descriptors open than it's configured to allow.
%%
%% On open, the client requests permission from the server to open the
%% required number of file handles. The server may ask the client to