summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_auth_mechanism.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_auth_mechanism.erl b/src/rabbit_auth_mechanism.erl
index c932471d77..d8410c84a7 100644
--- a/src/rabbit_auth_mechanism.erl
+++ b/src/rabbit_auth_mechanism.erl
@@ -35,7 +35,7 @@
behaviour_info(callbacks) ->
[
- %% A description. Currently unused, may find its way into mgmt one day.
+ %% A description.
{description, 0},
%% If this mechanism is enabled, should it be offered for a given socket?