summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2015-10-30 12:10:42 +0900
committerMichael Klishin <michael@clojurewerkz.org>2015-10-30 12:10:42 +0900
commit03c28ed96e16d05b12d8019969eb3ac8854b242b (patch)
tree8a0d71f69298b0efead10bd9af39868f76636261
parenta4611b899fe226f6b586af06653f5ed8ebca6d8d (diff)
downloadrabbitmq-server-git-03c28ed96e16d05b12d8019969eb3ac8854b242b.tar.gz
Doc edits
-rw-r--r--src/rabbit_alarm.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rabbit_alarm.erl b/src/rabbit_alarm.erl
index 22b334b784..111f780076 100644
--- a/src/rabbit_alarm.erl
+++ b/src/rabbit_alarm.erl
@@ -17,12 +17,12 @@
%%
%% * per-node resource (disk, memory) alarms for the whole cluster. If any node
%% has an alarm, then all publishing should be disabled througout the
-%% cluster until all alarms clear. When some nodes sets such an alarm,
-%% this information is automatically propagated through whole cluster.
+%% cluster until all alarms clear. When a node sets such an alarm,
+%% this information is automatically propagated throughout the cluster.
%% `#alarms.alarmed_nodes' is being used to track this type of alarms.
%% * limits local to this node (file_descriptor_limit). Used for information
-%% purposes only - logging and getting node status. No cluster-wide propagation
-%% of this info happens. `#alarms.alarms' is being used to track this type of alarms.
+%% purposes only: logging and getting node status. This information is not propagated
+%% throughout the cluster. `#alarms.alarms' is being used to track this type of alarms.
%% @end
-module(rabbit_alarm).