diff --git a/src/emqttd_session.erl b/src/emqttd_session.erl index 4a8a35933..f4f6d1c2d 100644 --- a/src/emqttd_session.erl +++ b/src/emqttd_session.erl @@ -110,7 +110,7 @@ %% Max Packets that Awaiting PUBREL max_awaiting_rel = 100, - %% Awaiting timers for ack, rel and comp. + %% Awaiting timers for ack, rel. awaiting_ack :: map(), %% Retries to resend the unacked messages